From 53e7822ef0ae8df2154568c6bd6a1535ec856c54 Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Thu, 6 Nov 2025 10:36:27 -0600 Subject: [PATCH] chore: CC PR review with GH token --- .github/workflows/claude-code-review.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yaml b/.github/workflows/claude-code-review.yaml index da0b6b59..7f61ad05 100644 --- a/.github/workflows/claude-code-review.yaml +++ b/.github/workflows/claude-code-review.yaml @@ -40,6 +40,7 @@ jobs: id: claude-review uses: anthropics/claude-code-action@v1 with: + github_token: ${{ secrets.GITHUB_TOKEN }} # Using API key for per-token billing plan anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}