Commit 0e80ffb
committed
Use
The integration test is not being triggered for e.g. dependabot PRs.
This changes the event to use `pull_request_target` to ensure that we
have access to creating a status and triggering the workflow.
I'm not 100% about the implications of this, as it will change the
security model of the integration test. However, it should only be
possible to trigger this when you already have write access or when you
have explicitly been approved (since the fork PR workflow permission
is set to "Require approval for all outside collaborators").pull_request_target event for triggering the integration test1 parent 2be82fe commit 0e80ffb
File tree
2 files changed
+7
-3
lines changed- .github/workflows
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | | - | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments