You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug(project): Update settings.py to have defaults for github variables. (#13488)
Because
- I made a change recently to add specific github environment variables
to the project scope for the Klaatu tasks. I did not add defaults to
them in the settings.py and this is causing django to choke.
This commit
- Adds the defaults
- Uses the settings file within the task to access the variables
Fixes#13487
0 commit comments