mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 02:24:32 +08:00
chore(vercel-integration): add supabase jwt secret env var (#22207)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user