Skip to content

chore: use PAT token for release workflow#92

Merged
audunru merged 1 commit intomainfrom
chore/use-pat-for-releases
May 3, 2026
Merged

chore: use PAT token for release workflow#92
audunru merged 1 commit intomainfrom
chore/use-pat-for-releases

Conversation

@audunru
Copy link
Copy Markdown
Owner

@audunru audunru commented May 3, 2026

Summary

  • Switches the release workflow from the default GITHUB_TOKEN to RELEASE_PLEASE_TOKEN (a PAT) for both the checkout step and semantic-release
  • Required because branch protection rules now require PRs for pushes to main, which GITHUB_TOKEN cannot bypass but a PAT from an admin user can

Test plan

  • Add RELEASE_PLEASE_TOKEN secret to the repository
  • Merge this PR and verify the next release pipeline completes successfully

🤖 Generated with Claude Code

@audunru audunru merged commit aafcab2 into main May 3, 2026
2 checks passed
@audunru audunru deleted the chore/use-pat-for-releases branch May 3, 2026 08:53
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