When exporting a workflow as code, the generated .env.example includes environment variables for all registered integrations, not just the ones used in the workflow.
Steps to reproduce:
- Create a workflow with a single Resend action
- Click "Export Workflow as Code"
- Open the generated .env.example
Expected: Only RESEND_API_KEY is listed Actual: Env vars for Stripe, GitHub, Linear, Slack, and all other plugins are included This makes it unclear which credentials are actually needed to run the exported project.
When exporting a workflow as code, the generated .env.example includes environment variables for all registered integrations, not just the ones used in the workflow.
Steps to reproduce:
Expected: Only RESEND_API_KEY is listed Actual: Env vars for Stripe, GitHub, Linear, Slack, and all other plugins are included This makes it unclear which credentials are actually needed to run the exported project.