We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7d65b commit 6e83b96Copy full SHA for 6e83b96
2 files changed
.github/workflows/deploy.yml
@@ -17,5 +17,5 @@ jobs:
17
java-version: 1.8
18
- name: Maven deploy
19
env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
21
run: mvn deploy -s settings.xml
settings.xml
@@ -6,7 +6,7 @@
6
<server>
7
<id>github</id>
8
<username>BGMP</username>
9
- <password>${env.GITHUB_TOKEN}</password>
+ <password>${env.PACKAGES_TOKEN}</password>
10
</server>
11
</servers>
12
0 commit comments