diff --git a/pages/api/redirect.ts b/pages/api/redirect.ts index aaeb66b8f..112f4bb76 100644 --- a/pages/api/redirect.ts +++ b/pages/api/redirect.ts @@ -38,6 +38,7 @@ export default async function handler( githubAppName: data.name, githubClientId: data.client_id, githubClientSecret: data.client_secret, + githubWebhookSecret: data.webhook_secret, githubPrivateKey: data.pem, }) .where(eq(admins.authId, authId as string))