Skip to content

Commit a043aee

Browse files
committed
Fix Pipeline
1 parent 248da83 commit a043aee

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
- name: Publish to GitHub Packages
4545
env:
46-
GITHUB_USERNAME: ${{ secrets.USERNAME }}
47-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
46+
USERNAME: ${{ secrets.USERNAME }}
47+
TOKEN: ${{ secrets.TOKEN }}
4848
run: mvn deploy --settings .github/maven-settings.xml

.idea/workspace.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)