mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
fix: Fix the schema for the Vercel info in authorizeVercelDeploys.ts (#41797)
Fix the schema for the Vercel info.
This commit is contained in:
@@ -25,6 +25,7 @@ const jobInfoSchema = z.object({
|
||||
headInfo: z.object({
|
||||
sha: z.string().min(1, 'SHA is required'),
|
||||
}),
|
||||
id: z.string().min(1, 'ID is required'),
|
||||
org: z.literal('supabase'),
|
||||
prId: z.number().int().positive('PR ID must be a positive integer'),
|
||||
repo: z.literal('supabase'),
|
||||
|
||||
Reference in New Issue
Block a user