Skip to content

Commit 84fdf58

Browse files
Addition of pusher_type to create_properties and delete_properties webhooks (#4570)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent b03a87d commit 84fdf58

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

content/developers/webhooks-and-events/webhook-events-and-payloads.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`pusher_type`|`string`| The pusher type for the event. Can be either `user` or a deploy key.

0 commit comments

Comments
 (0)