From 4ece89b7ad72ffc5223eb8a0527fa30a46234e28 Mon Sep 17 00:00:00 2001 From: Benjamin Balder Bach Date: Sun, 25 Apr 2021 01:11:35 +0200 Subject: [PATCH] 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/ --- docs/Hook-Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Hook-Examples.md b/docs/Hook-Examples.md index 36e4ddc..3a3046c 100644 --- a/docs/Hook-Examples.md +++ b/docs/Hook-Examples.md @@ -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": {