From a83a87bbc2f7542d793edff910dc833bda40f9c8 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sun, 18 Jan 2026 15:30:55 -0500 Subject: [PATCH] fix(ci): use placeholder API key to pass claude-code-action validation claude-code-action validates that anthropic_api_key is non-empty before running. CLIProxy ignores this value and uses ANTHROPIC_AUTH_TOKEN for actual authentication. --- .github/workflows/ai-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index ab307fcf..a346122f 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -70,7 +70,7 @@ jobs: - name: PR Review uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: "" + anthropic_api_key: ccs-internal-managed github_token: ${{ steps.app-token.outputs.token }} track_progress: true prompt: |