3
0
Arne Teuke
2025-10-23 22:35:47 +02:00
parent a21b42823f
commit 20d07413d4

View File

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