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 0b6e69c commit 8a8ddc4Copy full SHA for 8a8ddc4
.github/workflows/e2e.yml
@@ -17,11 +17,11 @@ jobs:
17
env:
18
API_BASE_URL: http://localhost:9090
19
OIDC_ISSUER_URL: http://localhost:4000
20
- OIDC_CLIENT_ID: better-auth-dev
21
- OIDC_CLIENT_SECRET: dev-secret-change-in-production
22
- NEXT_PUBLIC_OIDC_PROVIDER_ID: okta
+ OIDC_CLIENT_ID: test-only-not-a-real-id
+ OIDC_CLIENT_SECRET: test-only-not-a-real-secret
+ NEXT_PUBLIC_OIDC_PROVIDER_ID: oidc
23
BETTER_AUTH_URL: http://localhost:3000
24
- BETTER_AUTH_SECRET: ci-test-secret-at-least-32-chars-long
+ BETTER_AUTH_SECRET: test-only-not-a-real-better-auth-secret
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v4
0 commit comments