Package github implements the GitHub webhook Source.
GitHub signs deliveries with HMAC-SHA256 over the raw body using the
webhook secret, sent in X-Hub-Signature-256 as "sha256=<hex>". The event
type lives in X-GitHub-Event and the unique delivery ID in X-GitHub-Delivery.