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
@ -51,7 +51,7 @@ although the examples on this page all use the JSON format.
|
||||
{
|
||||
"match":
|
||||
{
|
||||
"type": "payload-hmac-sha1",
|
||||
"type": "payload-hash-sha1",
|
||||
"secret": "mysecret",
|
||||
"parameter":
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user