Skip to content

Commit f1cda3e

Browse files
authored
fix: Fix release permissions (#2974)
Signed-off-by: Steve Hipwell <[email protected]>
1 parent c055c7a commit f1cda3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
# Releases need permissions to read and write the repository contents.
2121
# GitHub considers creating releases and uploading assets as writing contents.
2222
permissions:
23+
attestations: write
2324
contents: write
25+
id-token: write
2426
environment:
2527
name: release
2628
defaults:

0 commit comments

Comments
 (0)