diff --git a/.changeset/warm-falcons-joke.md b/.changeset/warm-falcons-joke.md new file mode 100644 index 00000000000..6c8ac5a3a92 --- /dev/null +++ b/.changeset/warm-falcons-joke.md @@ -0,0 +1,5 @@ +--- +"@trigger.dev/build": patch +--- + +Update syncSupabaseEnvVars to support prod and dev environments using default Supabase branch credentials diff --git a/apps/webapp/app/components/integrations/VercelOnboardingModal.tsx b/apps/webapp/app/components/integrations/VercelOnboardingModal.tsx index 6c3e0e3b4df..2f0d797f59e 100644 --- a/apps/webapp/app/components/integrations/VercelOnboardingModal.tsx +++ b/apps/webapp/app/components/integrations/VercelOnboardingModal.tsx @@ -48,6 +48,7 @@ import { vercelAppInstallPath, v3ProjectSettingsIntegrationsPath, githubAppInsta import type { loader } from "~/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.vercel"; import { useEffect, useState, useCallback, useRef } from "react"; import { usePostHogTracking } from "~/hooks/usePostHog"; +import { TextLink } from "../primitives/TextLink"; function safeRedirectUrl(url: string): string | null { try { @@ -731,7 +732,7 @@ export function VercelOnboardingModal({ )} - Once connected, your TRIGGER_SECRET_KEY will be + Once connected, your TRIGGER_SECRET_KEY will be automatically synced to Vercel for each environment. @@ -775,6 +776,10 @@ export function VercelOnboardingModal({ Select which custom Vercel environment should map to Trigger.dev's Staging environment. Production and Preview environments are mapped automatically. + If you skip this step, the{" "} + TRIGGER_SECRET_KEY{" "} + will not be installed for the staging environment in Vercel. You can configure this later in + project settings.