From ee374c48848f16bc39ff6c7abc536a6553f6754a Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Thu, 9 Apr 2026 21:09:29 -0700 Subject: [PATCH] ci: pass LITELLM_LICENSE to e2e_ui_testing proxy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b0a6924cce..810727b0110 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: ""