Commit ea0c4fc
committed
fix(ci): push release bump to main with ACTIONS_TOKEN
The init job checked out main with GITHUB_TOKEN (github-actions[bot]),
which is not an admin, so its push of the version bump to the protected
main branch was rejected with GH006. ACTIONS_TOKEN authenticates as the
repo owner; with enforce_admins disabled it bypasses the PR requirement,
matching how the publish steps already use it.1 parent 71b06d8 commit ea0c4fc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments