diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e1a5e3f..e85f467 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -46,5 +46,7 @@ jobs: # in GitHub repo → Settings → Secrets → Actions CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} MONGODB_URI: ${{ secrets.MONGODB_URI }} + GMAIL_USER: ${{ secrets.GMAIL_USER }} + GMAIL_PASS: ${{ secrets.GMAIL_PASS }} # 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 }}