Skip to content

Commit e609c94

Browse files
authored
Give release blocker action permission to read github issues when called from CreateRelease (#766)
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 70a856f commit e609c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CreateRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
permissions:
1111
contents: write
1212
id-token: write
13+
issues: read
1314

1415
jobs:
1516

0 commit comments

Comments
 (0)