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:
Benjamin Balder Bach 2021-04-25 01:11:35 +02:00 committed by GitHub
parent e329b6d9ff
commit 4ece89b7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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":
{