Skip to content

Commit 7025d31

Browse files
committed
Add missing env
1 parent 3981580 commit 7025d31

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/generate-client.yml

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

backend/app/core/config.py

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

121121

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

0 commit comments

Comments
 (0)