fix: add CHARON_ENCRYPTION_KEY environment variable to benchmark and quality check workflows

This commit is contained in:
GitHub Actions
2026-02-16 21:00:43 +00:00
parent 716ec91f8f
commit 3e4022cd69
3 changed files with 6 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ jobs:
working-directory: ${{ github.workspace }}
env:
CGO_ENABLED: 1
CHARON_ENCRYPTION_KEY: ${{ secrets.CHARON_ENCRYPTION_KEY_TEST }}
run: |
bash scripts/go-test-coverage.sh 2>&1 | tee backend/test-output.txt
exit "${PIPESTATUS[0]}"