From b71e10276441950a57567573afdd0089cfd7fdde Mon Sep 17 00:00:00 2001 From: ajith-k-v Date: Mon, 9 Dec 2024 14:28:49 +0530 Subject: [PATCH] update cypress workflow for subpath --- .github/workflows/cypress-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-platform.yml b/.github/workflows/cypress-platform.yml index 6c91a3f420..4a6ec576e2 100644 --- a/.github/workflows/cypress-platform.yml +++ b/.github/workflows/cypress-platform.yml @@ -212,7 +212,7 @@ jobs: uses: jsdaniell/create-json@1.1.2 with: name: "cypress.env.json" - json: ${{ secrets.CYPRESS_SECRETS }} + json: ${{ secrets.CYPRESS_SECRETS_SUBPATH }} dir: "./cypress-tests" - name: Platform-subpath