3
0
Arne Teuke
2025-10-25 16:49:03 +02:00
parent 747a48a14a
commit 7e9d1a4d2b

View File

@@ -12,12 +12,18 @@
"and": [ "and": [
{ {
"match": { "match": {
"type": "payload", "type": "payload-hash-sha1",
"secret": "<%= @pt_webhook_secret %>"
}
},
{
"match": {
"type": "value",
"value": "refs/heads/production",
"parameter": { "parameter": {
"source": "jsonpath", "source": "payload",
"name": "$.ref" "name": "ref"
}, }
"value": "refs/heads/production"
} }
} }
] ]