We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b51e78 commit e482353Copy full SHA for e482353
1 file changed
.github/workflows/goreleaser.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
goreleaser:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
-
15
name: Checkout
@@ -36,5 +38,5 @@ jobs:
36
38
version: latest
37
39
args: release --clean
40
env:
- GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments