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:
|
env:
|
||||||
# Keep CI builds deterministic and secretless.
|
# Keep CI builds deterministic and secretless.
|
||||||
NEXT_TELEMETRY_DISABLED: "1"
|
NEXT_TELEMETRY_DISABLED: "1"
|
||||||
|
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
|
||||||
run: |
|
run: |
|
||||||
make backend-lint
|
make backend-lint
|
||||||
make backend-typecheck
|
make backend-typecheck
|
||||||
|
|||||||
Reference in New Issue
Block a user