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

View File

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