fix(ci): add DATABENTO_API_KEY to deploy environment

- Add DATABENTO_API_KEY secret to deploy job environment
- Add DATABENTO_API_KEY to .env file creation in deploy script
- Add databento to test and type-check job dependencies
This commit is contained in:
Bu5hm4nn
2026-03-29 12:11:12 +02:00
parent 786953c403
commit 092d710eeb
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ NICEGUI_STORAGE_SECRET=${NICEGUI_STORAGE_SECRET:-}
CORS_ORIGINS=${CORS_ORIGINS:-*}
TURNSTILE_SITE_KEY=${TURNSTILE_SITE_KEY:-}
TURNSTILE_SECRET_KEY=${TURNSTILE_SECRET_KEY:-}
DATABENTO_API_KEY=${DATABENTO_API_KEY:-}
EOF
# Upload docker-compose file