From d5c29c92383d027ef0d2445405a04ba11e53144c Mon Sep 17 00:00:00 2001 From: mluena Date: Fri, 23 Feb 2024 09:59:17 +0100 Subject: [PATCH] env to cypress --- .github/workflows/testing-e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/testing-e2e.yml b/.github/workflows/testing-e2e.yml index 0cb55ab3..57797791 100644 --- a/.github/workflows/testing-e2e.yml +++ b/.github/workflows/testing-e2e.yml @@ -36,3 +36,7 @@ jobs: command: "yarn cypress:open" working-directory: client install: false + env: + NEXT_PUBLIC_MAPBOX_API_TOKEN: ${{ secrets.NEXT_PUBLIC_MAPBOX_API_TOKEN }} + NEXT_PUBLIC_API_URL: ${{ secrets.CYPRESS_API_URL }} + \ No newline at end of file