Skip to content

Commit 6cac7c1

Browse files
authored
validate_pr github workflow needs write permission (#242)
1 parent 76cb67d commit 6cac7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- ready_for_review
1212

1313
permissions:
14-
pull-requests: read
14+
pull-requests: write
1515

1616
jobs:
1717
validate_pr:

0 commit comments

Comments
 (0)