Skip to content

Commit 0d2443c

Browse files
author
Andrei Bratu
committed
change ci file configuration
1 parent 31270e2 commit 0d2443c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
- name: Compile
3434
run: yarn && yarn test
3535
env:
36-
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
37-
ANTHROPIC_KEY: ${{ secrets.ANTHROPIC_KEY }}
38-
COHERE_KEY: ${{ secrets.COHERE_KEY }}
36+
HUMANLOOP_API_KEY: ${{ secrets.HUMANLOOP_API_KEY }}
37+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3938

4039
publish:
4140
needs: [compile, test]

0 commit comments

Comments
 (0)