Skip to content

Commit 22eecf6

Browse files
committed
docker: add permissions for id-token and attestations in release workflow
1 parent 61a52d0 commit 22eecf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
permissions:
2121
contents: read
2222
packages: write
23+
id-token: write
24+
attestations: write
2325

2426
steps:
2527
- name: Checkout repository

0 commit comments

Comments
 (0)