3
0
Arne Teuke
2025-10-23 23:34:14 +02:00
parent 6080011029
commit 1c0ad4cd63

View File

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