diff --git a/apps/studio/components/interfaces/Integrations/Integrations-Vercel.constants.ts b/apps/studio/components/interfaces/Integrations/Integrations-Vercel.constants.ts index f41d20f9616..21ef731872d 100644 --- a/apps/studio/components/interfaces/Integrations/Integrations-Vercel.constants.ts +++ b/apps/studio/components/interfaces/Integrations/Integrations-Vercel.constants.ts @@ -39,6 +39,10 @@ const ENV_VAR_KEYS = { key: 'SUPABASE_SERVICE_ROLE_KEY', type: 'encrypted', }, + SUPABASE_JWT_SECRET: { + key: 'SUPABASE_JWT_SECRET', + type: 'encrypted', + }, NEXT_PUBLIC_SUPABASE_ANON_KEY: { key: 'NEXT_PUBLIC_SUPABASE_ANON_KEY', type: 'encrypted',