Commit 8455ab4
committed
ci(update-version): use PR_TOKEN for push to protected main
The default GITHUB_TOKEN pushes as github-actions[bot], which is not in
the bypass list of `main`'s branch-protection rules, so the push was
rejected. Mirror the dependabot-on-demand workflow and check out with
secrets.PR_TOKEN so the push is authenticated as a bypass-eligible actor.1 parent 48a32e7 commit 8455ab4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments