3
0
Arne Teuke
2025-10-23 22:41:28 +02:00
parent 20d07413d4
commit 76ccacfe66

View File

@@ -8,17 +8,20 @@
{ "source": "string", "name": "environment" },
{ "source": "string", "name": "-pv" }
],
"trigger-rule": {
"and": [
{
"match": {
"type": "payload-hash-sha1",
"secret": "<%= @pt_webhook_secret %>"
}
"and": [
{ "match": {
},
{
"match": {
"type": "payload",
"parameter": "ref",
"value": "refs/heads/production" }
"value": "refs/heads/production"
}
}
]
}