Skip to content

Commit 8a8ddc4

Browse files
kantordpeppescg
andauthored
use obviously fake env vars
Co-authored-by: Giuseppe Scuglia <[email protected]>
1 parent 0b6e69c commit 8a8ddc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
env:
1818
API_BASE_URL: http://localhost:9090
1919
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
20+
OIDC_CLIENT_ID: test-only-not-a-real-id
21+
OIDC_CLIENT_SECRET: test-only-not-a-real-secret
22+
NEXT_PUBLIC_OIDC_PROVIDER_ID: oidc
2323
BETTER_AUTH_URL: http://localhost:3000
24-
BETTER_AUTH_SECRET: ci-test-secret-at-least-32-chars-long
24+
BETTER_AUTH_SECRET: test-only-not-a-real-better-auth-secret
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)