From 63866ac80d9b1a2aecf4d5a23dc4e133348219d3 Mon Sep 17 00:00:00 2001 From: bafko Date: Thu, 19 Jul 2018 17:26:06 +0200 Subject: [PATCH] Updated Github PushPayload --- github/payload.go | 3 +++ 1 file changed, 3 insertions(+) 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