diff --git a/.github/workflows/ci-test-custom-script.yml b/.github/workflows/ci-test-custom-script.yml index 3c2f74149d..c009d7bb1d 100644 --- a/.github/workflows/ci-test-custom-script.yml +++ b/.github/workflows/ci-test-custom-script.yml @@ -186,6 +186,8 @@ jobs: - name: Run Appsmith & TED docker image if: steps.run_result.outputs.run_result != 'success' + env: + LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY: ${{ secrets.LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY }} working-directory: "." run: | sudo /etc/init.d/ssh stop ; @@ -223,6 +225,7 @@ jobs: -e FLAGSMITH_URL=http://host.docker.internal:5001/flagsmith \ -e FLAGSMITH_SERVER_KEY=dummykey \ -e FLAGSMITH_SERVER_KEY_BUSINESS_FEATURES=dummykeybusinessfeatures \ + -e LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY=$LAUNCHDARKLY_BUSINESS_FLAGS_SERVER_KEY \ appsmith/cloud-services:release cd cicontainerlocal docker run -d --name appsmith -p 80:80 -p 9001:9001 \