Skip to content

Commit e4f2526

Browse files
committed
Add env vars
1 parent 73ad7c4 commit e4f2526

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111

1212
jobs:
1313
test:
14+
env:
15+
LLM_API_KEY: ${{ vars.LLM_API_KEY }}
16+
LLM_API_BASE: ${{ vars.LLM_API_BASE }}
17+
LLM_TEXT_MODEL: ${{ vars.LLM_TEXT_MODEL }}
18+
LLM_LOCATOR_MODEL: ${{ vars.LLM_LOCATOR_MODEL }}
1419
runs-on: ubuntu-latest
1520
strategy:
1621
fail-fast: false

0 commit comments

Comments
 (0)