We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655aaee commit daa9712Copy full SHA for daa9712
.github/workflows/maven-publish.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Publish to GitHub Packages Apache Maven
29
run: mvn --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
30
env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments