We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50289f commit f69a760Copy full SHA for f69a760
.github/workflows/pull_request.yaml
@@ -38,3 +38,4 @@ jobs:
38
git_ref: ${{ github.event.pull_request.head.sha }}
39
secrets:
40
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41
+ ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
.github/workflows/push_main.yaml
@@ -13,3 +13,4 @@ jobs:
13
git_ref: ''
14
15
16
.github/workflows/run_tests.yaml
@@ -9,6 +9,8 @@ on:
9
10
OPENAI_API_KEY:
11
required: true
12
+ ANTHROPIC_API_KEY:
+ required: true
jobs:
test-linux:
0 commit comments