We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1bcbf commit 24dea4aCopy full SHA for 24dea4a
1 file changed
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
cache: maven
59
- name: Deploy to GitHub Maven Packages
60
env:
61
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
run: mvn -B clean -Pdeploy-github deploy
63
64
0 commit comments