Skip to content

Commit b7555d0

Browse files
committed
add OPENAI_API_KEY to env for ci tests
1 parent affca73 commit b7555d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
STREAM_API_KEY: ${{ vars.TEST_API_KEY }}
55
STREAM_SECRET: ${{ secrets.TEST_SECRET }}
6+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
67

78
on:
89
push:

0 commit comments

Comments
 (0)