Skip to content

fix: use PAT for release workflow to push through branch protection#15

Merged
HumbleBee14 merged 1 commit intomainfrom
fix/release-workflow-pat
Apr 19, 2026
Merged

fix: use PAT for release workflow to push through branch protection#15
HumbleBee14 merged 1 commit intomainfrom
fix/release-workflow-pat

Conversation

@HumbleBee14
Copy link
Copy Markdown
Owner

GITHUB_TOKEN cannot bypass required-PR branch protection. This switches the workflow checkout to use RELEASE_PAT (admin-scoped fine-grained PAT) so the bot can push version bumps and tags to main via the ruleset admin bypass.

Summary

  • Switch release.yml checkout to use RELEASE_PAT

Type of change

  • fix Bug fix

Testing

  • Next push to main should successfully bump version, push tag, create release

GITHUB_TOKEN cannot bypass required PR rules. Uses RELEASE_PAT
(admin-scoped fine-grained PAT) so the bot can commit version bumps
and tags directly to main via the ruleset admin bypass.
@HumbleBee14 HumbleBee14 merged commit 9f8a31a into main Apr 19, 2026
1 check passed
@HumbleBee14 HumbleBee14 deleted the fix/release-workflow-pat branch April 19, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant