diff --git a/github/event_types.go b/github/event_types.go index 4e2615e..ca0ba6c 100644 --- a/github/event_types.go +++ b/github/event_types.go @@ -217,7 +217,7 @@ type PageBuildEvent struct { Build *PagesBuild `json:"build,omitempty"` // The following fields are only populated by Webhook events. - ID *string `json:"id,omitempty"` + ID *int `json:"id,omitempty"` Repo *Repository `json:"repository,omitempty"` Sender *User `json:"sender,omitempty"` }