Skip to content

fix: pass PAT to checkout so changeset push triggers CI#526

Merged
FL4TLiN3 merged 2 commits intomainfrom
fix/release-workflow-pat-only
Feb 15, 2026
Merged

fix: pass PAT to checkout so changeset push triggers CI#526
FL4TLiN3 merged 2 commits intomainfrom
fix/release-workflow-pat-only

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Pass PAT_GITHUB_TOKEN to actions/checkout in release workflow
  • Without this, changesets/action pushes as github-actions[bot] and GitHub suppresses CI triggers on the release PR

Follows up on #525.

Test plan

  • Verify next changeset release PR gets CI checks triggered

🤖 Generated with Claude Code

FL4TLiN3 and others added 2 commits February 15, 2026 12:35
Remove GITHUB_TOKEN fallback so missing/expired PAT fails loudly
instead of silently falling back to GITHUB_TOKEN (which doesn't
trigger downstream workflows).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
changesets/action uses the checkout token for git push. Without this,
the push actor remains github-actions[bot] and GitHub suppresses
workflow triggers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 enabled auto-merge (squash) February 15, 2026 12:40
@FL4TLiN3 FL4TLiN3 merged commit 811fd5a into main Feb 15, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/release-workflow-pat-only branch February 25, 2026 13:36
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