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
Currently, GitHub exposes an event for someone deleting the webhook (meta.deleted). But users can also de-activate the webhook an no events are fired. If we get a token with the correct permissions we can poll https://api.github.com/orgs/electron/hooks and ensure that we are still present in the hooks list and active === true. If not we can fire a critical alert.
The text was updated successfully, but these errors were encountered:
Currently, GitHub exposes an event for someone deleting the webhook (meta.deleted). But users can also de-activate the webhook an no events are fired. If we get a token with the correct permissions we can poll
https://api.github.com/orgs/electron/hooks
and ensure that we are still present in the hooks list and active === true. If not we can fire a critical alert.The text was updated successfully, but these errors were encountered: