Skip to content

Commit 8434285

Browse files
committed
Fixed github workflow configuration
1 parent cccd915 commit 8434285

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
timeout-minutes: 20
1414

1515
env:
16-
OAUTH_DEXIDP_CLIENT_ID=client_test_web_id
17-
OAUTH_DEXIDP_CLIENT_SECRET=client_test_web_secret
18-
OAUTH_DEXIDP_REDIRECT_URL=http://localhost:5173/auth/login/oauth2/
19-
OAUTH_DEXIDP_OIDC_CONFIGURATION_ENDPOINT=http://127.0.0.1:5556/dex/.well-known/openid-configuration
20-
PUBLIC_OAUTH_CLIENT_NAME=dexidp
16+
OAUTH_DEXIDP_CLIENT_ID: client_test_web_id
17+
OAUTH_DEXIDP_CLIENT_SECRET: client_test_web_secret
18+
OAUTH_DEXIDP_REDIRECT_URL: "http://localhost:5173/auth/login/oauth2/"
19+
OAUTH_DEXIDP_OIDC_CONFIGURATION_ENDPOINT: "http://127.0.0.1:5556/dex/.well-known/openid-configuration"
20+
PUBLIC_OAUTH_CLIENT_NAME: dexidp
2121

2222
strategy:
2323
matrix:

0 commit comments

Comments
 (0)