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": "environment" },
{ "source": "string", "name": "-pv" } { "source": "string", "name": "-pv" }
], ],
"trigger-rule": { "trigger-rule": {
"and": [
{
"match": { "match": {
"type": "payload-hash-sha1", "type": "payload-hash-sha1",
"secret": "<%= @pt_webhook_secret %>" "secret": "<%= @pt_webhook_secret %>"
} }
"and": [ },
{ "match": { {
"match": {
"type": "payload", "type": "payload",
"parameter": "ref", "parameter": "ref",
"value": "refs/heads/production" } "value": "refs/heads/production"
}
} }
] ]
} }