3
0
Arne Teuke
2025-10-23 22:52:34 +02:00
parent 76ccacfe66
commit 6409846a94

View File

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