There was an error while loading. Please reload this page.
1 parent ac3a91a commit c149a8fCopy full SHA for c149a8f
1 file changed
.github/workflows/publish.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Publish package
27
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml --batch-mode deploy
28
env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_USER_NAME: ${{ github.actor }}
30
+ GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
tag:
33
timeout-minutes: 5
0 commit comments