Skip to content

Commit 5430b64

Browse files
committed
.
1 parent 30fb891 commit 5430b64

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bdd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
- name: Start dev stack (Next + OIDC + Mock)
2828
env:
2929
API_BASE_URL: http://localhost:9090
30+
OIDC_ISSUER_URL: http://localhost:4000
31+
OIDC_CLIENT_ID: better-auth-dev
32+
OIDC_CLIENT_SECRET: dev-secret-change-in-production
33+
NEXT_PUBLIC_OIDC_PROVIDER_ID: okta
34+
BETTER_AUTH_URL: http://localhost:3000
35+
BETTER_AUTH_SECRET: ci-test-secret-not-for-production
3036
run: |
3137
pnpm dev &
3238
echo $! > dev.pid

0 commit comments

Comments
 (0)