Skip to content

Commit 3436586

Browse files
authored
Merge pull request #1276 from willcl-ark/comment-perms
Grant comment workflow permissions
2 parents d8bca61 + 065245b commit 3436586

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/comment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
comment:
11+
permissions:
12+
pull-requests: write
1113
runs-on: ubuntu-latest
1214
if: >
1315
github.event.workflow_run.event == 'pull_request' &&

0 commit comments

Comments
 (0)