Skip to content

Commit 7842f14

Browse files
authored
Merge pull request #221 from alimaredia/add-openai-keys-to-ci
ci: Add OpenAI keys into CI
2 parents bdece44 + 846fd79 commit 7842f14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/e2e-nvidia-l4-x1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
working-directory: ./instructlab
137137
env:
138138
HF_TOKEN: ${{ secrets.HF_TOKEN }}
139+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
139140
run: |
140141
. venv/bin/activate
141142
./scripts/e2e-ci.sh -m

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
working-directory: ./instructlab
173173
env:
174174
HF_TOKEN: ${{ secrets.HF_TOKEN }}
175+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
175176
run: |
176177
. venv/bin/activate
177178
./scripts/e2e-ci.sh -l

0 commit comments

Comments
 (0)