Commit a78dd3c
authored
chore: Use pull_request_target event fot scripts
pull_request event runs with changes from PR
and thus uses a read-only token which cannot
comment or close PRs from forks
Using pull_request_target runs workflows
from the target branch and thus remains
secure and runs with write access token1 parent 30674e3 commit a78dd3c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments