mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 12:58:13 +00:00
try to pass key another way
This commit is contained in:
parent
a26f620875
commit
9894b82ab9
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -71,6 +71,7 @@ jobs:
|
||||
FORCE_COLOR: "1"
|
||||
PRE_COMMIT_COLOR: "always"
|
||||
MYSQL_PASSWORD: password
|
||||
FLASK_SESSION_SECRET_KEY: super_secret_key
|
||||
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
|
@ -1,5 +1,3 @@
|
||||
from __future__ import with_statement
|
||||
|
||||
import logging
|
||||
from logging.config import fileConfig
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user