We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbf806 commit 293d86fCopy full SHA for 293d86f
.github/workflows/maven-publish.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Publish to GitHub Packages Apache Maven
32
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
33
env:
34
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
0 commit comments