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
🐛 Fix env list for secret environment variables (#147)
The API does not return a `value` field for secret environment variables.
This caused a Pydantic validation error when listing env vars.
Make the `value` field optional to handle this case.
0 commit comments