Skip to content

Commit fec2b3f

Browse files
updated maven publish workflow
1 parent d1b7b8a commit fec2b3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Publish to GitHub Packages Apache Maven
3535
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy
3636
env:
37-
GITHUB_TOKEN: ${{ github.token }}
3837
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3938
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
4039
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)