Skip to content

fix(release): correct GITHUB_TOKEN reference - #406

Merged
baleen37 merged 1 commit into
mainfrom
fix-ci4
Feb 5, 2026
Merged

fix(release): correct GITHUB_TOKEN reference#406
baleen37 merged 1 commit into
mainfrom
fix-ci4

Conversation

@baleen37

@baleen37 baleen37 commented Feb 5, 2026

Copy link
Copy Markdown
Owner

The workflow was referencing steps.generate_token.outputs.token which no longer exists. Changed to use secrets.GITHUB_TOKEN directly.

Summary by CodeRabbit

Release Notes

No user-facing changes in this release. This update includes internal infrastructure maintenance to improve CI/CD workflow reliability.

The workflow was still referencing steps.generate_token.outputs.token
which doesn't exist after removing the GitHub App token generation.
Changed to use secrets.GITHUB_TOKEN directly.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Feb 5, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The GitHub Actions Release workflow is updated to authenticate using the repository's built-in secrets.GITHUB_TOKEN instead of a previously generated token for git operations and semantic-release steps.

Changes

Cohort / File(s) Summary
Workflow Token Authentication
.github/workflows/release.yml
Changed Release step's token source from steps.generate_token.outputs.token to secrets.GITHUB_TOKEN for repository authentication in git and semantic-release operations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A secret token hops into place,
No more generating tokens in the race,
Now GITHUB_TOKEN holds the key,
Releasing code with authenticity! ✨

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-ci4

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@baleen37
baleen37 merged commit 0ee84f2 into main Feb 5, 2026
4 of 5 checks passed
@baleen37
baleen37 deleted the fix-ci4 branch February 5, 2026 03:11
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