You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Switch pull_request_target to pull_request (shaka-project#66)
With this change, GitHub will start to enforce "require approval"
settings for the repo, which `pull_request_target` allows PR authors to
get around.
To stop using `pull_request_target`, we also have to stop using `vars`,
which are not available on `pull_request` triggers. Instead, we use the
"environments" trick used by Shaka Packager's workflows before `vars`
was introduced to GitHub Actions. This is a safer system.
0 commit comments