Skip to content

Commit 91f09c2

Browse files
committed
Updated E2E workflow file.
1 parent a63ad60 commit 91f09c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
cypress:
1414
name: ${{ matrix.core.name }}
1515
runs-on: ubuntu-latest
16+
env:
17+
CYPRESS_MAILCHIMP_USERNAME: ${{ secrets.MAILCHIMP_USERNAME }}
18+
CYPRESS_MAILCHIMP_PASSWORD: ${{ secrets.MAILCHIMP_PASSWORD }}
1619
strategy:
1720
matrix:
1821
core:

0 commit comments

Comments
 (0)