Skip to content

Commit eed4d83

Browse files
authored
Merge pull request #3 from fummicc1/fummicc1-patch-1
Add permissions for pull request validation
2 parents c2798f1 + 16408b5 commit eed4d83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
name: Validation Suite
9191
runs-on: macos-15
9292
if: github.event.pull_request.draft == false
93+
permissions:
94+
contents: read
95+
pull-requests: write
9396

9497
steps:
9598
- name: Checkout PR

0 commit comments

Comments
 (0)