Browse Source
♻️ Fix `notify_translations.py` empty env var handling for PR label events vs workflow_dispatch (#13272)
pull/13128/merge
Sebastián Ramírez
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
scripts/notify_translations.py
|
|
@ -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 |
|
|
|