Commit 69b612d
committed
fix(ci): use pull_request_target so dependabot auto-merge can read secrets
A dependabot[bot]-triggered pull_request event gets no secret access at all,
a hard GitHub Actions restriction, not a config problem. This job never checks
out or runs the PR's own code, so pull_request_target is safe here.1 parent 9286b56 commit 69b612d
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| |||
0 commit comments