Skip to content

Commit 6e83b96

Browse files
committed
Update deploy workflow
1 parent db7d65b commit 6e83b96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
java-version: 1.8
1818
- name: Maven deploy
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
2121
run: mvn deploy -s settings.xml

settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<server>
77
<id>github</id>
88
<username>BGMP</username>
9-
<password>${env.GITHUB_TOKEN}</password>
9+
<password>${env.PACKAGES_TOKEN}</password>
1010
</server>
1111
</servers>
1212

0 commit comments

Comments
 (0)