Skip to content

Commit 735657d

Browse files
authored
fix: add pull-requests write permission to super-linter workflow (#623)
Added pull-requests: write permission to fix 403 error when calling GitHub API
1 parent 38af7b1 commit 735657d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
permissions:
2222
contents: read
2323
packages: read
24+
pull-requests: write
2425
statuses: write
2526
###############
2627
# Set the Job #

0 commit comments

Comments
 (0)