StuMason/coolify-mcp
TypeScript
Pull Request Opened
PR #165 opened: fix(ci): unblock Claude workflows with explicit github_token + current model IDs
Summary
- Pass
github_token: \${{ secrets.GITHUB_TOKEN }}toanthropics/claude-code-action@v1in both Claude workflows. Per upstream issue anthropics/claude-code-action#649, this bypasses the broken OIDC fetch path that's been failing every PR review withUnable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable(despiteid-token: writebeing granted). - Bump stale model IDs:
claude-opus-4-5/claude-opus-4-5-20251101→claude-opus-4-7(interactiveclaude.yml) andclaude-sonnet-4-6(review-onlyclaude-code-review.yml, sonnet is enough for diff review and cheaper).
Test plan
- Confirm yaml lints
- Merge and observe Claude review fires successfully on the next PR (#161 / #162 are good test candidates — re-trigger after merge)
- Confirm @claude mention dispatch still works on issues / PR comments
+4
additions
-2
deletions
2
files changed