We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3741456 commit 14cc2f5Copy full SHA for 14cc2f5
1 file changed
.github/workflows/python-tests.yml
@@ -15,6 +15,9 @@ jobs:
15
16
build:
17
runs-on: ubuntu-latest
18
+ env:
19
+ DEBUG: "False"
20
+ SECRET_KEY: "github-actions-secret-key"
21
22
services:
23
postgres:
0 commit comments