Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Haarolean <gpg@haarolean.dev>
  • Loading branch information
Haarolean committed Jul 22, 2020
1 parent 865c688 commit 7ea3769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
# GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7ea3769

Please sign in to comment.