Commit ca25641
authored
Backport PRs must be created with personal access tokens (#16276)
Motivation:
When creating a PR using a workflow GITHUB_TOKEN, then no additional
workflows are triggered. This means our CI build is not started on
automatic backport PRs:
https://docs.github.com/en/actions/concepts/security/github_token#when-github_token-triggers-workflow-runs
Modification:
Use a personal access token when creating the backport PR, instead of
GITHUB_TOKEN.
Result:
Backport PRs should now have CI triggered.1 parent c0c2c27 commit ca25641
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments