mirror of
https://github.com/adnanh/webhook.git
synced 2025-08-23 18:12:17 +00:00
Fix payload-hmac-sha256 secret attribute name
This commit is contained in:
parent
80c0f04ffb
commit
3d00687c18
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ JSON version:
|
||||||
"match":
|
"match":
|
||||||
{
|
{
|
||||||
"type": "payload-hmac-sha256",
|
"type": "payload-hmac-sha256",
|
||||||
"value": "mysecret",
|
"secret": "mysecret",
|
||||||
"parameter":
|
"parameter":
|
||||||
{
|
{
|
||||||
"source": "header",
|
"source": "header",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue