mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
ci: pass LITELLM_LICENSE to e2e_ui_testing proxy
Key regeneration is an enterprise feature — without LITELLM_LICENSE the endpoint returns a 403 and the Playwright test for "Regenerate key" never sees the success view. Other CircleCI jobs already pass this secret; the e2e_ui_testing job was missing it.
This commit is contained in:
parent
d0168bcff1
commit
ee374c4884
1 changed files with 1 additions and 0 deletions
|
|
@ -3201,6 +3201,7 @@ jobs:
|
|||
name: Start LiteLLM proxy
|
||||
environment:
|
||||
LITELLM_MASTER_KEY: "sk-1234"
|
||||
LITELLM_LICENSE: ${LITELLM_LICENSE}
|
||||
MOCK_LLM_URL: "http://127.0.0.1:8090/v1"
|
||||
DISABLE_SCHEMA_UPDATE: "true"
|
||||
SERVER_ROOT_PATH: ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue