Skip to content

Commit af8b898

Browse files
authored
Add permission on PR check workflow (#109)
1 parent f8a428e commit af8b898

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate-pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
name: Validate pull request
55

6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
610
on:
711
pull_request:
812
branches: ["main"]

0 commit comments

Comments
 (0)