Skip to content

Commit 56e1658

Browse files
committed
Update workflow
1 parent 036323e commit 56e1658

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
java-version: 1.8
1818
- name: Deploy to Github Package Registry
1919
env:
20-
GITHUB_USERNAME: x-access-token
2120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2221
run:
2322
mvn --settings settings.xml deploy

settings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<servers>
3333
<server>
3434
<id>github</id>
35-
<username>${env.GITHUB_USERNAME}</username>
35+
<username>X-Auth-Token</username>
3636
<password>${env.GITHUB_TOKEN}</password>
3737
</server>
3838
</servers>

0 commit comments

Comments
 (0)