Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-awesome committed Sep 26, 2019
1 parent 036323e commit 56e1658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
java-version: 1.8
- name: Deploy to Github Package Registry
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
mvn --settings settings.xml deploy
2 changes: 1 addition & 1 deletion settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<servers>
<server>
<id>github</id>
<username>${env.GITHUB_USERNAME}</username>
<username>X-Auth-Token</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
Expand Down

0 comments on commit 56e1658

Please sign in to comment.