diff --git a/github/payload.go b/github/payload.go index 2f6e446..d862906 100644 --- a/github/payload.go +++ b/github/payload.go @@ -5139,6 +5139,9 @@ type ReleasePayload struct { Type string `json:"type"` SiteAdmin bool `json:"site_admin"` } `json:"sender"` + Installation struct { + ID int `json:"id"` + } `json:"installation"` } // RepositoryPayload contains the information for GitHub's repository hook event