Skip to content

Commit a9ff663

Browse files
authored
fix(ci/goreleaser): set id-token to none for all jobs (#2202)
1 parent 10060a9 commit a9ff663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77
permissions:
88
contents: read
9-
id-token: read
9+
id-token: none
1010
jobs:
1111
goreleaser:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)