From 1f1cb63ea615a4813a62ad48ff255164fec47075 Mon Sep 17 00:00:00 2001 From: mike10ca Date: Mon, 7 Oct 2024 13:19:16 +0200 Subject: [PATCH] Update workflow --- .github/workflows/cypress/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress/action.yml b/.github/workflows/cypress/action.yml index 7be738869f..c549e1c5fa 100644 --- a/.github/workflows/cypress/action.yml +++ b/.github/workflows/cypress/action.yml @@ -65,3 +65,4 @@ runs: GITHUB_TOKEN: ${{ fromJSON(inputs.secrets).GITHUB_TOKEN }} CYPRESS_PROJECT_ID: ${{ inputs.project_id }} CYPRESS_WALLET_CREDENTIALS: ${{ fromJSON(inputs.secrets).CYPRESS_WALLET_CREDENTIALS }} + BEAMER_DATA_E2E: ${{ fromJSON(inputs.secrets).BEAMER_DATA_E2E }}