Skip to content

fix: pass explicit token to release-please action#10

Merged
weklund merged 1 commit intomainfrom
fix/release-please-token
Apr 2, 2026
Merged

fix: pass explicit token to release-please action#10
weklund merged 1 commit intomainfrom
fix/release-please-token

Conversation

@weklund
Copy link
Copy Markdown
Owner

@weklund weklund commented Apr 2, 2026

Summary

  • Release Please failed with Error creating commit because the GITHUB_TOKEN wasn't explicitly passed to the action
  • Adds token: ${{ secrets.GITHUB_TOKEN }} to the action inputs
  • Cleaned up the dangling release-please--branches--main branch from the failed run

Test plan

  • Merge this PR and verify Release Please successfully opens a release PR for v0.3.2

🤖 Generated with Claude Code

The action failed to create a commit on the release branch because the
default GITHUB_TOKEN was not explicitly forwarded. Passing it via the
token input resolves the API permission error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@weklund weklund merged commit 96c9c68 into main Apr 2, 2026
1 check passed
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