We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9abfe commit be73811Copy full SHA for be73811
.github/workflows/claude.yml
@@ -33,6 +33,8 @@ jobs:
33
- name: Run Claude Code
34
id: claude
35
uses: anthropics/claude-code-action@v1
36
+ env:
37
+ ANTHROPIC_BASE_URL: ${{ vars.ANTHROPIC_BASE_URL }}
38
with:
39
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
40
0 commit comments