Skip to content

Commit e691ff5

Browse files
committed
fix: remove conflicting github_token from Claude Code review workflow
The workflow was failing with OIDC token errors because we were providing both github_token and relying on OIDC authentication. The Claude Code action should handle GitHub authentication automatically via OIDC when id-token: write permission is set.
1 parent 613e04e commit e691ff5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
id: claude-review
3636
uses: anthropics/claude-code-action@v1
3737
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
3938
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4039
prompt: |
4140
REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)