diff --git a/apps/dokploy/pages/api/deploy/github.ts b/apps/dokploy/pages/api/deploy/github.ts index e01da6d78..f8f9d59c4 100644 --- a/apps/dokploy/pages/api/deploy/github.ts +++ b/apps/dokploy/pages/api/deploy/github.ts @@ -45,7 +45,7 @@ export default async function handler( }); const verified = await webhooks.verify( - JSON.stringify(github), + JSON.stringify(githubBody), signature as string, );