Skip to content

Commit 1f5255c

Browse files
committed
fix: permissions to post comments
1 parent 2f8e408 commit 1f5255c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-todo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
find_todos:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
pull-requests: write # to comment on PRs
14+
contents: read
1215

1316
steps:
1417
- name: Checkout code

0 commit comments

Comments
 (0)