File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments