Skip to content

Commit 1f4b537

Browse files
committed
use repo variables for base_url
1 parent 557e7c9 commit 1f4b537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: claude-review
2828
uses: anthropics/claude-code-action@1b8ee3b94104046d71fde52ec3557651ad8c0d71 # v1.0.29
2929
env:
30-
ANTHROPIC_BASE_URL: ${{ secrets.LLM_GATEWAY_BASE_URL }}
30+
ANTHROPIC_BASE_URL: ${{ vars.LLM_GATEWAY_BASE_URL }}
3131
LLM_GATEWAY_API_KEY: ${{ secrets.LLM_GATEWAY_API_KEY }}
3232
with:
3333
anthropic_api_key: ${{ secrets.LLM_GATEWAY_API_KEY }}

0 commit comments

Comments
 (0)