Some checks failed
Build and Push Docker Images / docker (push) Failing after 1m54s
Security & Cleanup Changes: 1. Removed NEXT_PUBLIC_WREN_API_TOKEN from frontend (security risk) 2. Removed Formspree references (no longer needed) 3. Wren API token now lives in backend only (runtime configurable) 4. Added NocoDB env vars to frontend for admin portal server-side API Changes: - Dockerfile: Removed Formspree and NEXT_PUBLIC_WREN_API_TOKEN build args - CI/CD: Updated build-args to only include necessary variables - Frontend should call backend /api/wren/* endpoints - Backend handles Wren API with WREN_API_TOKEN (can change anytime!) Benefits: ✅ API token no longer exposed in browser ✅ Can change Wren token without rebuilding images ✅ Cleaner build process ✅ Removed unused Formspree dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>