You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: read raw body from request stream for webhook signature verifica…
…tion
Vercel auto-parses JSON request bodies, but @octokit/webhooks needs the
raw string body to verify the HMAC signature. Read from the request
stream directly instead of using request.body.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>