Commit 761f577
committed
Fix PR welcome action
Was failing because GITHUB_TOKEN on regular `pull_request` events have
read-only access (for security). Change to `pull_request_target` allows
the action to run with full permissions (since it only uses workflows
from the target branch).1 parent c26b1a7 commit 761f577
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 | | |
| |||
0 commit comments