Stu Mason
Stu Mason

Activity

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 }} to anthropics/claude-code-action@v1 in 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 with Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable (despite id-token: write being granted).
  • Bump stale model IDs: claude-opus-4-5 / claude-opus-4-5-20251101claude-opus-4-7 (interactive claude.yml) and claude-sonnet-4-6 (review-only claude-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