úÎØ'   None…The incoming request is not well-formed. If that happens it means GitHub screwed something up, or changed the format of the request.²The request looks valid but we failed to parse the payload. This could be because our parsing code is wrong, or because GitHub added a new event type which we don't handle yet.žWe were expecting a signed request but no signature was included. Such requests are rejected beause we don't want to accept requests from untrusted sources.§A signature was included in the request but it did not match the secret key which was providid to the handler. Usually points to a configuration error on either end.ÿ"Secret keys which are used to authenticate the incoming request. If the list is empty then no authentication is required. The handler tries each key until it finds one which works. This makes it easier to rotate keys because you can have multiple ones active at any given point in time..Action which is used to read the request body. GAction which is used to retrieve a particular header from the request.           githu_B4Bbu7JjJu1Gvou0q9zS8oGitHub.WebHook.HandlerErrorInvalidRequest ParseErrorUnsignedRequestInvalidSignatureHandler hSecretKeyshBodyhHeader runHandler toParseErrorverifySecretKey