Skip to content

Commit 95f2f13

Browse files
committed
For CI, add $OPENAI_API_KEY such that openAIChat works
1 parent 735416b commit 95f2f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Run tests and generate artifacts
3333
env:
3434
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
35+
OPENAI_API_KEY: ${{ secrets.OPENAI_KEY }}
3536
AZURE_OPENAI_DEPLOYMENT: ${{ secrets.AZURE_DEPLOYMENT }}
3637
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_ENDPOINT }}
3738
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_KEY }}

0 commit comments

Comments
 (0)