Skip to content

fix: use RELEASE_PLEASE_TOKEN so PR triggers CI checks#18

Merged
jack-arturo merged 1 commit into
mainfrom
fix/release-please-token
Feb 17, 2026
Merged

fix: use RELEASE_PLEASE_TOKEN so PR triggers CI checks#18
jack-arturo merged 1 commit into
mainfrom
fix/release-please-token

Conversation

@jack-arturo

Copy link
Copy Markdown
Member

PRs created by GITHUB_TOKEN don't trigger other workflows (GitHub security feature). This means the release-please PR never gets CI checks, and the org ruleset's required test status check stays stuck.

Uses the org-level RELEASE_PLEASE_TOKEN PAT so release-please PRs trigger CI normally.

Made with Cursor

PRs created by GITHUB_TOKEN don't trigger other workflows.
Use the org-level PAT so the release-please PR triggers CI
and satisfies the required 'test' status check.

Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Feb 17, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated release workflow configuration.

Walkthrough

A GitHub Actions workflow token has been added to authenticate the Release Please action. The token references a secret configured in the repository settings, enabling the action to perform authenticated operations without additional configuration changes to existing inputs.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/release-please.yml
Added token: ${{ secrets.RELEASE_PLEASE_TOKEN }} input to the googleapis/release-please-action step for authentication purposes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

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

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

@jack-arturo jack-arturo merged commit 8047daa into main Feb 17, 2026
4 of 5 checks passed
@jack-arturo jack-arturo deleted the fix/release-please-token branch February 17, 2026 12:41
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