From b4ee3e2ea17da6ac7dddfb847d8b626bdc85ae40 Mon Sep 17 00:00:00 2001 From: KAnanev Date: Thu, 22 Jun 2023 13:49:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0=20fix=20secret=20key=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-check.yml b/.github/workflows/python-check.yml index ea659f9..b02af37 100644 --- a/.github/workflows/python-check.yml +++ b/.github/workflows/python-check.yml @@ -41,6 +41,7 @@ jobs: - name: Run linter and pytest env: TEST_DATABASE_URL: postgresql://test_user:test_pass@localhost:5433/test_db + SECRET_KEY: supersecret run: | make check - name: Test & publish code coverage