Skip to content

Commit daa9712

Browse files
authored
Update maven-publish.yml
1 parent 655aaee commit daa9712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Publish to GitHub Packages Apache Maven
2929
run: mvn --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)