Commit 92eb592
Use RELEASE_PAT in release workflow to trigger CI (#119)
## Summary
- Release PRs created by the bot never had CI checks run because
`GITHUB_TOKEN` events don't trigger downstream workflows (GitHub
anti-recursion policy)
- Switch to `RELEASE_PAT` so the push and PR creation events trigger CI
and summary workflows normally
- This unblocks release PRs like #118 from being stuck on missing
`required-checks`
## Test plan
- [ ] Verify next release PR (via workflow_dispatch) triggers CI and
summary checks
- [ ] Confirm `required-checks` status appears on the release PR
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9b9f07c commit 92eb592
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
0 commit comments