We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f75a56 commit cb49fb8Copy full SHA for cb49fb8
.github/workflows/end_to_end_tests.yaml
@@ -12,6 +12,13 @@ jobs:
12
runs-on: ubuntu-22.04
13
timeout-minutes: 20
14
15
+ 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
21
+
22
strategy:
23
matrix:
24
node-version: ['16', '18', '20']
0 commit comments