try to pass key another way

This commit is contained in:
burnettk 2022-06-20 22:43:19 -04:00
parent a26f620875
commit 9894b82ab9
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,3 @@
from __future__ import with_statement
import logging
from logging.config import fileConfig