File tree Expand file tree Collapse file tree
content/developers/webhooks-and-events Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
224224# ### Webhook payload object
225225
226226{% data reusables.webhooks.create_properties %}
227+ {% data reusables.webhooks.pusher_type_desc %}
227228{% data reusables.webhooks.repo_desc %}
228229{% data reusables.webhooks.org_desc %}
229230{% data reusables.webhooks.app_desc %}
@@ -252,6 +253,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
252253# ### Webhook payload object
253254
254255{% data reusables.webhooks.delete_properties %}
256+ {% data reusables.webhooks.pusher_type_desc %}
255257{% data reusables.webhooks.repo_desc %}
256258{% data reusables.webhooks.org_desc %}
257259{% data reusables.webhooks.app_desc %}
Original file line number Diff line number Diff line change 1+ ` pusher_type ` |` string ` | The pusher type for the event. Can be either ` user ` or a deploy key.
You can’t perform that action at this time.
0 commit comments