There was an error while loading. Please reload this page.
1 parent 5cb4ea8 commit 19862c8Copy full SHA for 19862c8
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