Skip to content

Commit f337d84

Browse files
Limit permissions
1 parent 7a87448 commit f337d84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
branches:
55
- develop
66

7-
permissions: write-all
7+
permissions:
8+
pull-requests: write
89

910
jobs:
1011

0 commit comments

Comments
 (0)