Skip to content

Commit 3981580

Browse files
committed
Add secret key
1 parent fba2609 commit 3981580

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/generate-client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
env:
4141
VIRTUAL_ENV: backend/.venv
4242
ENVIRONMENT: production
43+
SECRET_KEY: just-for-generating-client
4344
- name: Add changes to git
4445
run: |
4546
git config --local user.email "[email protected]"

backend/app/core/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ def _enforce_non_default_secrets(self) -> Self:
120120

121121

122122
settings = Settings() # type: ignore
123+

0 commit comments

Comments
 (0)