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 48a47d8 commit a8524aaCopy full SHA for a8524aa
.github/workflows/maven-publish.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: Publish to GitHub Packages Apache Maven
28
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
29
env:
30
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.TOKEN }}
0 commit comments