diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 5e7702dc..740fa33b 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -21,6 +21,7 @@ jobs: pull-requests: write issues: read actions: read # Required for Claude to read CI results on PRs + id-token: write # Required for OIDC authentication with GitHub steps: - name: Checkout repository