We are using GitHub 2.22 which does not seem to send x-hub-signature-256 in the webhook header, only x-hub-signature.
This is causing an {"error":"Required headers missing: x-hub-signature-256"} when using the @octokit/app module.
Is there a way to tell the Octokit to use x-hub-signature instead of x-hub-signature-256 ?