Skip to content

Commit 4512809

Browse files
committed
feat: add missing environment variable for Claude triage action
1 parent a1edd70 commit 4512809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Triage issue with Claude
3737
uses: anthropics/claude-code-action@v1
3838
env:
39+
ANTHROPIC_BASE_URL: "https://open.bigmodel.cn/api/anthropic"
3940
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4041
with:
4142
prompt: |

0 commit comments

Comments
 (0)