Skip to content

Commit 293d86f

Browse files
committed
fix
1 parent acbf806 commit 293d86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Publish to GitHub Packages Apache Maven
3232
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
3333
env:
34-
GITHUB_TOKEN: ${{ github.token }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}

0 commit comments

Comments
 (0)