mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-29 03:04:49 -04:00
♻️ Fix notify_translations.py empty env var handling for PR label events vs workflow_dispatch (#13272)
This commit is contained in:
committed by
GitHub
parent
a058d8ecbc
commit
0a2b24653b
@@ -176,6 +176,8 @@ class AllDiscussionsResponse(BaseModel):
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
model_config = {"env_ignore_empty": True}
|
||||
|
||||
github_repository: str
|
||||
github_token: SecretStr
|
||||
github_event_path: Path
|
||||
|
||||
Reference in New Issue
Block a user