Skip to content

Commit 6ae3b67

Browse files
committed
Grant permission for the workflow to create comments on PRs
1 parent a8bcbf7 commit 6ae3b67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
create-comment:
1313
runs-on: ubuntu-22.04
14+
permissions:
15+
contents: write
16+
pull-requests: write
1417
steps:
1518
- if: github.event_name == 'pull_request'
1619
name: Create a comment

0 commit comments

Comments
 (0)