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.
This commit is contained in:
kaitranntt
2026-01-18 15:30:55 -05:00
parent 4ac5235884
commit a83a87bbc2
+1 -1
View File
@@ -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: |