OllieJones / git-webhook-responder

Run a command or shell script upon receiving a push webhook from github or gitlab
MIT License
0 stars 0 forks source link

make github webhooks work. #2

Closed OllieJones closed 7 years ago

OllieJones commented 7 years ago

github webhooks use HMAC hashes of the shared secret and the POST payload to authenticate themselves. Implement this.