mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-12 00:24:45 +00:00
docs: unescape quotes of go template string
This commit is contained in:
parent
b3a00ee926
commit
dacc25f612
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Additionally, the result is piped through the built-in Go template function `js`
|
|||
{
|
||||
"match": {
|
||||
"type": "payload-hmac-sha1",
|
||||
"secret": "{{ getenv \"XXXTEST_SECRET\" | js }}",
|
||||
"secret": "{{ getenv "XXXTEST_SECRET" | js }}",
|
||||
"parameter": {
|
||||
"source": "header",
|
||||
"name": "X-Hub-Signature"
|
||||
|
|
Loading…
Add table
Reference in a new issue