diff --git a/github/payload.go b/github/payload.go index 0318e9d..f829d11 100644 --- a/github/payload.go +++ b/github/payload.go @@ -4229,6 +4229,9 @@ type PushPayload struct { Type string `json:"type"` SiteAdmin bool `json:"site_admin"` } `json:"sender"` + Installation struct { + Id int `json:"id"` + } `json:"installation"` } // ReleasePayload contains the information for GitHub's release hook event