diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 46ecbd14e..d7f3f2bdc 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -139,6 +139,7 @@ jobs: working-directory: surfsense_backend env: TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5432/surfsense_test + SECRET_KEY: ci-test-secret-key-not-for-production run: uv run pytest -m integration test-gate: