Skip to content

Commit 8f43b07

Browse files
committed
fix: add required Google OAuth environment variables for e2e tests
1 parent bd8a983 commit 8f43b07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/temp-e2e-verification.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
branches:
1010
- fix/v5-e2e-testing
1111

12+
env:
13+
CYPRESS_GOOGLE_CLIENTID: ${{ secrets.CYPRESS_GOOGLE_CLIENTID }}
14+
CYPRESS_GOOGLE_CLIENT_SECRET: ${{ secrets.CYPRESS_GOOGLE_CLIENT_SECRET }}
15+
CYPRESS_GOOGLE_REFRESH_TOKEN: ${{ secrets.CYPRESS_GOOGLE_REFRESH_TOKEN }}
16+
1217
jobs:
1318
e2e:
1419
secrets: inherit

0 commit comments

Comments
 (0)