chore: remove syncVercelEnvVars from Trigger configs#2504
Conversation
Trigger.dev manages its own env vars independently. All required vars are already set in Trigger's dashboard for both staging and production. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview This decouples Trigger’s runtime configuration from Vercel and relies on env vars being managed directly in Trigger. Reviewed by Cursor Bugbot for commit 1c040c0. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
🎉 This PR is included in version 3.20.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
syncVercelEnvVars()from both app and API Trigger.dev configsWhy
Trigger should manage its own env vars explicitly, not inherit from Vercel. This is a prerequisite for staging email isolation (separate Resend keys per environment).
🤖 Generated with Claude Code