reactor / bot

The source code for @reactorbot
Apache License 2.0
9 stars 2 forks source link

Support GH webhook secret #23

Closed simonbasle closed 2 years ago

simonbasle commented 2 years ago

This commit adds support for GitHub hook token securisation by adding a github.hookSecret property for a shared secret, which will be used for HMAC sha256 signature verification.

See https://docs.github.com/en/developers/webhooks-and-events/webhooks/securing-your-webhooks