feat: add Clerk secret key to CI environment for enhanced security
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user