Skip to content

fix: use PAT for release-please workflow#35

Merged
jeff-atriumn merged 1 commit intomainfrom
feat/oss-polish
Feb 26, 2026
Merged

fix: use PAT for release-please workflow#35
jeff-atriumn merged 1 commit intomainfrom
feat/oss-polish

Conversation

@jeff-atriumn
Copy link
Member

Change Summary

Switch release-please workflow from GITHUB_TOKEN to RELEASE_PLEASE_TOKEN (fine-grained PAT). The enterprise-level policy disables write permissions for GITHUB_TOKEN, preventing release-please from creating PRs.

Risk & Impact Assessment

Risk Level: low

  • Single-line token swap in the workflow file
  • No code or behavior changes
  • PAT is scoped to this repo only (contents + pull-requests)

Test Plan

  • RELEASE_PLEASE_TOKEN secret is set on the repo
  • After merge, release-please should create a v0.1.2 release PR

Manual Verification Steps

  1. Merge this PR
  2. Verify release-please workflow succeeds (no permission error)
  3. Verify a release PR is opened bumping to v0.1.2

🤖 Generated with Claude Code

GITHUB_TOKEN cannot create PRs due to enterprise-level workflow
permission restrictions. Use a fine-grained PAT instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tokencost Building Building Preview, Comment Feb 26, 2026 5:24am

Request Review

@jeff-atriumn jeff-atriumn merged commit c76d4e5 into main Feb 26, 2026
6 checks 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