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(ci): add missing required env vars to generate-client workflow
Add PROJECT_NAME and FIRST_SUPERUSER environment variables that are required by
Settings class in config.py but were missing from the generate-client workflow.
Error was:
pydantic_core._pydantic_core.ValidationError: 2 validation errors for Settings
PROJECT_NAME - Field required
FIRST_SUPERUSER - Field required
Related to CUR-29
🤖 Generated by Aygentic
Co-Authored-By: Aygentic <[email protected]>
0 commit comments