We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036323e commit 56e1658Copy full SHA for 56e1658
.github/workflows/release.yml
@@ -17,7 +17,6 @@ jobs:
17
java-version: 1.8
18
- name: Deploy to Github Package Registry
19
env:
20
- GITHUB_USERNAME: x-access-token
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
run:
23
mvn --settings settings.xml deploy
settings.xml
@@ -32,7 +32,7 @@
32
<servers>
33
<server>
34
<id>github</id>
35
- <username>${env.GITHUB_USERNAME}</username>
+ <username>X-Auth-Token</username>
36
<password>${env.GITHUB_TOKEN}</password>
37
</server>
38
</servers>
0 commit comments