Skip to content

Commit 00e8b06

Browse files
committed
chore: pass anthropic secret to tests action
Signed-off-by: Donnie Adams <[email protected]>
1 parent 22787b9 commit 00e8b06

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jobs:
3838
git_ref: ${{ github.event.pull_request.head.sha }}
3939
secrets:
4040
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/push_main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
git_ref: ''
1414
secrets:
1515
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
16+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
secrets:
1010
OPENAI_API_KEY:
1111
required: true
12+
ANTHROPIC_API_KEY:
13+
required: true
1214

1315
jobs:
1416
test-linux:

0 commit comments

Comments
 (0)