mirror of
https://github.com/adnanh/webhook.git
synced 2025-08-02 07:50:32 +00:00
Fixing the Github hook X-Hub-Signature type
Setting this up for the first time. I found this to not work, until I changed the type as it is written here: https://davidauthier.com/blog/2017/09/07/deploy-using-github-webhooks/
This commit is contained in:
parent
e329b6d9ff
commit
4ece89b7ad
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ although the examples on this page all use the JSON format.
|
||||||
{
|
{
|
||||||
"match":
|
"match":
|
||||||
{
|
{
|
||||||
"type": "payload-hmac-sha1",
|
"type": "payload-hash-sha1",
|
||||||
"secret": "mysecret",
|
"secret": "mysecret",
|
||||||
"parameter":
|
"parameter":
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue