diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3178a9dd..8dcd9c5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: env: # Keep CI builds deterministic and secretless. NEXT_TELEMETRY_DISABLED: "1" + CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }} run: | make backend-lint make backend-typecheck