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
Once we have a way, we can replace secrets.py use with it. os.environ is the common way for sharing secrets in CPython. For example, GitHub Actions secrets are provided as environment variables.