Skip to content

fix(ci): 🐛 use PAT to trigger CI from changelog PR#11

Merged
jorben merged 1 commit intomasterfrom
fix/changelog-trigger-ci
Jan 25, 2026
Merged

fix(ci): 🐛 use PAT to trigger CI from changelog PR#11
jorben merged 1 commit intomasterfrom
fix/changelog-trigger-ci

Conversation

@jorben
Copy link
Collaborator

@jorben jorben commented Jan 25, 2026

Summary

  • Use PAT_TOKEN instead of github.token in changelog workflow
  • GITHUB_TOKEN cannot trigger other workflows by design (GitHub security limitation)
  • This allows the changelog PR to properly trigger CI checks

Setup Required

After merging, add PAT_TOKEN secret to the repository:

  1. Create a Fine-grained PAT with Contents, Pull requests, and Workflows permissions
  2. Add it to Settings → Secrets → Actions as PAT_TOKEN

🤖 Generated with Claude Code

GITHUB_TOKEN cannot trigger other workflows by design.
Using PAT_TOKEN allows the changelog PR to trigger CI checks.

Co-Authored-By: Claude <noreply@anthropic.com>
@jorben jorben merged commit 3fe8ace into master Jan 25, 2026
2 checks passed
@jorben jorben deleted the fix/changelog-trigger-ci branch January 27, 2026 06: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