Skip to content

Commit 0fb7dde

Browse files
authored
add id-token permissions for cosign (#5857)
1 parent 34c4fb9 commit 0fb7dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ jobs:
298298
needs: [variables]
299299
permissions:
300300
contents: read
301+
id-token: write # for cosign to sign artifacts
301302
steps:
302303
- name: Checkout Repository
303304
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)