Skip to content

Commit e825e95

Browse files
authored
Merge pull request #280 from AaronDewes/patch-1
Improve sandboxing of `pull_request_target` workflow
2 parents 8d4bd69 + ea2e524 commit e825e95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- master
1111

12+
permissions:
13+
pull-requests: write
14+
contents: read
15+
1216
jobs:
1317
check:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)