Skip to content

Commit 8d34549

Browse files
authored
[CICD] Fix release job (#58)
## Summary Was missing a permission ## How was it tested?
1 parent 26f5204 commit 8d34549

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
@@ -20,6 +20,7 @@ on:
2020

2121
permissions:
2222
contents: write
23+
pull-requests: read
2324

2425
jobs:
2526
tests:

0 commit comments

Comments
 (0)