Skip to content

Commit 597e209

Browse files
author
Max Azatian
committed
JWT_SECRET_KEY fix 5: added key to ci/cd
1 parent d624a52 commit 597e209

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
pip install -r backend/requirements.txt
2525
pip install -r backend/requirements-dev.txt
2626
- name: Run mypy
27+
env:
28+
SECRET_KEY: thisisatestkeyforthirtytwocharactersminimum
2729
run: mypy --config-file backend/pyproject.toml backend/

0 commit comments

Comments
 (0)