From bf3fe653836ffe845d072027d44478d537b36618 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Mon, 24 Jun 2024 14:17:12 -0400 Subject: [PATCH] Actually pass through API key --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d0c998633..eecd8b0695 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,6 +87,7 @@ jobs: # determine the unique run id necessary to re-run the checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEBUG: "cypress:server:args" + REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }} # ui-chrome-mobile-tests: # timeout-minutes: 15