From a2e880f675437e968f1e57e75b74a6810ff7db06 Mon Sep 17 00:00:00 2001 From: Alaister Young Date: Thu, 28 Mar 2024 16:13:15 +0700 Subject: [PATCH] chore(vercel-integration): add supabase jwt secret env var (#22207) --- .../interfaces/Integrations/Integrations-Vercel.constants.ts | 4 ++++ 1 file changed, 4 insertions(+) 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',