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

View File

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