From 61371beebabdd10004f462a87108757e584e8833 Mon Sep 17 00:00:00 2001 From: phact Date: Fri, 19 Dec 2025 03:31:19 -0500 Subject: [PATCH] ingest flow id --- .github/workflows/test-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index a174d721..76539ba0 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -28,6 +28,7 @@ jobs: 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' }} + LANGFLOW_INGEST_FLOW_ID: ${{ vars.LANGFLOW_INGEST_FLOW_ID || '5488df7c-b93f-4f87-a446-b67028bc0813' }} NUDGES_FLOW_ID: ${{ vars.NUDGES_FLOW_ID || 'ebc01d31-1976-46ce-a385-b0240327226c' }} steps: