Commit c85a0d0
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 <noreply@aygentic.com>1 parent fd20f5f commit c85a0d0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments