Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 1, 2024
1 parent db7d65b commit 6e83b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
java-version: 1.8
- name: Maven deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
run: mvn deploy -s settings.xml
2 changes: 1 addition & 1 deletion settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<server>
<id>github</id>
<username>BGMP</username>
<password>${env.GITHUB_TOKEN}</password>
<password>${env.PACKAGES_TOKEN}</password>
</server>
</servers>

Expand Down

0 comments on commit 6e83b96

Please sign in to comment.