Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix github-webhook example #140
Conversation
Applying JSON.stringify to the raw event body does not work (It is not even a JS object).
The event action was not being logged properly. `event.body` is a string and therefore `event.body.action` is always undefined.
The signature calculation and the logging was not correctly implemented. Take a look at the commits for details.