From 3d46e2c3664ee89532da07d0a83fec3a38e988ba Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 6 May 2026 02:16:48 -0700 Subject: [PATCH] test(docker): pass openai env to codex npm plugin lane --- scripts/e2e/codex-npm-plugin-live-docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/e2e/codex-npm-plugin-live-docker.sh b/scripts/e2e/codex-npm-plugin-live-docker.sh index bae0515dd49..6acc1ce9280 100644 --- a/scripts/e2e/codex-npm-plugin-live-docker.sh +++ b/scripts/e2e/codex-npm-plugin-live-docker.sh @@ -48,6 +48,8 @@ if ! docker_e2e_run_with_harness \ -e OPENCLAW_CODEX_NPM_PLUGIN_FORCE_UNSAFE_INSTALL="${OPENCLAW_CODEX_NPM_PLUGIN_FORCE_UNSAFE_INSTALL:-0}" \ -e OPENCLAW_CODEX_NPM_PLUGIN_MODEL="${OPENCLAW_CODEX_NPM_PLUGIN_MODEL:-codex/gpt-5.4}" \ -e OPENCLAW_CODEX_NPM_PLUGIN_SPEC="${OPENCLAW_CODEX_NPM_PLUGIN_SPEC:-npm:@openclaw/codex}" \ + -e OPENAI_API_KEY \ + -e OPENAI_BASE_URL \ -e "OPENCLAW_TEST_STATE_SCRIPT_B64=$OPENCLAW_TEST_STATE_SCRIPT_B64" \ "${DOCKER_E2E_PACKAGE_ARGS[@]}" \ "${PROFILE_MOUNT[@]}" \