Skip to content

Commit b4066ba

Browse files
committed
fix: use built-in GitHub token for releases
1 parent af14511 commit b4066ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm audit signatures
3232
- name: Release
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
34+
GITHUB_TOKEN: ${{ github.token }}
3535
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEUSERNAME }}
3636
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.ORG_GRADLE_PROJECT_SONATYPEPASSWORD }}
3737
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}

0 commit comments

Comments
 (0)