ci: remove dummy Clerk key; tighten AuthProvider guard

This commit is contained in:
Ishaan (OpenClaw)
2026-02-06 22:42:03 +00:00
parent 9f0dd01b65
commit b88936ae9c
2 changed files with 9 additions and 4 deletions

View File

@@ -50,7 +50,4 @@ jobs:
env:
# Keep CI builds deterministic and secretless.
NEXT_TELEMETRY_DISABLED: "1"
# Clerk is required at Next build/prerender time in this repo.
# Use a dummy publishable key so forks/PRs can still validate.
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: "pk_test_00000000000000000000000000000000"
run: make check