From 7961058f742b92c8b3b6551ca020879721d8b07a Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 24 Jun 2023 20:24:52 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b92a6e2..957c194 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -30,5 +30,6 @@ jobs: # For recording and parallelization to work you must set your CYPRESS_RECORD_KEY # in GitHub repo → Settings → Secrets → Actions CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + MONGODB_URI: ${{ secrets.MONGODB_URI }} # Creating a token https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}