From 45b180ed31aee6f552a9a42449e368a6a345c2fe Mon Sep 17 00:00:00 2001 From: phact Date: Mon, 13 Oct 2025 14:20:55 -0400 Subject: [PATCH] LANGFLOW env vars --- .github/workflows/test-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 45a69bed..1a9ec444 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -16,6 +16,9 @@ jobs: # Prefer repository/environment variable first, then secret, then a sane fallback OPENSEARCH_PASSWORD: ${{ vars.OPENSEARCH_PASSWORD || secrets.OPENSEARCH_PASSWORD || 'OpenRag#2025!' }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + LANGFLOW_AUTO_LOGIN: "True" + LANGFLOW_NEW_USER_IS_ACTIVE: "True" + LANGFLOW_ENABLE_SUPERUSER_CLI: "True" LANGFLOW_CHAT_FLOW_ID: ${{ vars.LANGFLOW_CHAT_FLOW_ID || '1098eea1-6649-4e1d-aed1-b77249fb8dd0' }} NUDGES_FLOW_ID: ${{ vars.NUDGES_FLOW_ID || 'ebc01d31-1976-46ce-a385-b0240327226c' }}