Skip to content

Commit bba1f2a

Browse files
authored
Fix release workflow permissions (#53)
1 parent 7e06d2c commit bba1f2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ on:
33
release:
44
types: [published]
55

6-
permissions: {}
6+
permissions:
7+
id-token: write
8+
contents: write
9+
pull-requests: write
710

811
concurrency:
912
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)