✨ Add private, local only, API for usage in E2E tests (#1429)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
4
.github/workflows/generate-client.yml
vendored
4
.github/workflows/generate-client.yml
vendored
@@ -39,6 +39,10 @@ jobs:
|
||||
- run: uv run bash scripts/generate-client.sh
|
||||
env:
|
||||
VIRTUAL_ENV: backend/.venv
|
||||
ENVIRONMENT: production
|
||||
SECRET_KEY: just-for-generating-client
|
||||
POSTGRES_PASSWORD: just-for-generating-client
|
||||
FIRST_SUPERUSER_PASSWORD: just-for-generating-client
|
||||
- name: Add changes to git
|
||||
run: |
|
||||
git config --local user.email "github-actions@github.com"
|
||||
|
Reference in New Issue
Block a user