Skip to content

Commit 6024094

Browse files
authored
Fix fake Clerk key used in CI (#77)
* Fix fake Clerk key used in CI * Fix tsconfig files for react-vite-clerk-shadcn * Revert "Fix tsconfig files for react-vite-clerk-shadcn" This reverts commit 8bdeae3.
1 parent 2f8e15e commit 6024094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
env:
8787
CONVEX_URL: "https://placeholder.convex.cloud"
8888
NEXT_PUBLIC_CONVEX_URL: "https://placeholder.convex.cloud"
89-
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: "pk_test_JA=="
89+
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: "pk_test_Y2xlcmsuYWJjZWYuMTIzNDUuZGV2LmxjbGNsZXJrLmNvbSQ" # not a real key
9090

9191
- name: Run typecheck (if available)
9292
working-directory: ${{ matrix.project }}

0 commit comments

Comments
 (0)