We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d874124 commit 2b1688bCopy full SHA for 2b1688b
.github/workflows/publish-package.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: Publish package
18
run: mvn --batch-mode deploy
19
env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_ACTIONS_TOKEN }}
0 commit comments