Skip to content

Commit f0e0bf4

Browse files
authored
Merge pull request #226 from danmcp/mediumsecrethandling
ci: Don't require secrets in medium e2e test
2 parents ce2cc24 + 7f5da18 commit f0e0bf4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ jobs:
134134
135135
- name: Run e2e test
136136
working-directory: ./instructlab
137-
env:
138-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
139-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
140137
run: |
141138
. venv/bin/activate
142139
./scripts/e2e-ci.sh -m

0 commit comments

Comments
 (0)