Skip to content

Commit 3e3f866

Browse files
committed
bring back GITHUB_TOKEN env var
1 parent 44a4788 commit 3e3f866

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
jobs:
77
goreleaser:
88
runs-on: ubuntu-latest
9-
permissions:
10-
contents: write
119
steps:
1210
- name: Checkout
1311
uses: actions/checkout@v4
@@ -30,3 +28,4 @@ jobs:
3028
args: release --rm-dist
3129
env:
3230
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)