We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919d5b6 commit 0caec7eCopy full SHA for 0caec7e
.github/workflows/maven-publish.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: Publish to GitHub Packages Apache Maven
34
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
35
env:
36
- GITHUB_TOKEN: ${{ PACKAGE }}
+ GITHUB_TOKEN: ${{ secrets.PACKAGE }}
0 commit comments