You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really missing a way to see which hook_id triggered a webhook request. Not sure if this is a question regarding @octokit/webhooks or how Github webhooks work in general (didn't find any hook id in those docs either). The id on the request is unique for the request as far as I can tell, and apart from the ping request I can't seem to find the hook_id in the request body?
I'm building an app where multiple parties could potentially listen to the same repositories, and I wan't to ensure that I only update the data for the party in question.
The text was updated successfully, but these errors were encountered:
I'm really missing a way to see which
hook_id
triggered a webhook request. Not sure if this is a question regarding@octokit/webhooks
or how Github webhooks work in general (didn't find any hook id in those docs either). Theid
on the request is unique for the request as far as I can tell, and apart from theping
request I can't seem to find thehook_id
in the request body?I'm building an app where multiple parties could potentially listen to the same repositories, and I wan't to ensure that I only update the data for the party in question.
The text was updated successfully, but these errors were encountered: