Skip to content

Commit 437511e

Browse files
committed
update workflow with anthropic env var
1 parent 9351755 commit 437511e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
if: env.should_continue == 'true'
6666
env:
6767
FIXED_VERIFIER_PK: ${{ secrets.FIXED_VERIFIER_PK }}
68+
TEST_ANTHROPIC_API_KEY: ${{ secrets.TEST_ANTHROPIC_API_KEY }}
6869
TEST_AWS_ACCESS_KEY: ${{ secrets.TEST_AWS_ACCESS_KEY }}
6970
TEST_AWS_SECRET_KEY: ${{ secrets.TEST_AWS_SECRET_KEY }}
7071
TEST_BOARD_PASSWORD: ${{ secrets.TEST_BOARD_PASSWORD }}

0 commit comments

Comments
 (0)