From a644efee86c5dbd90782114354cf5eca54332064 Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:44:49 +0100 Subject: [PATCH] fix --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 0b19f7c8..a64cd9ae 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -80,7 +80,7 @@ jobs: export CANARY=${{ inputs.canary }} export CUCUMBER_PUBLISH_TOKEN=${{ secrets.CUCUMBER_PUBLISH_TOKEN }} export COSMOS_DB_PRIMARY_KEY=${{ secrets.COSMOS_DB_PRIMARY_KEY }} - export COSMOS_DB_CONN_STRING=${{ secrets.COSMOS_DB_CONN_STRING }} + export COSMOS_DB_CONN_STRING='${{ secrets.COSMOS_DB_CONN_STRING }}' cd ./integration-test chmod +x ./run_integration_test.sh