Commit 3009d90
committed
build: change trigger to ensure availability of environment vars
This PR changes the `pull_request` trigger of the workflow to
`pull_request_target` to ensure that the environment variables
are available in the workflow when run from forks. The permissions of
the workflow are limited and we do not run workflows for untrusted pull
requests, mitigating the security risk of this change.1 parent fff6152 commit 3009d90
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments