From 4facad4c5224b3a42b74253c40860c4d447f2046 Mon Sep 17 00:00:00 2001 From: JamBox <8935453+JamesVanBoxtel@users.noreply.github.com> Date: Sun, 15 Feb 2026 21:33:54 -0800 Subject: [PATCH] fix --- hooks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks.json b/hooks.json index 0370961..31b1eba 100644 --- a/hooks.json +++ b/hooks.json @@ -6,7 +6,7 @@ "trigger-rule": { "match": { "type": "payload-hmac-sha256", - "secret": "{{getenv \"WEBHOOK_SECRET\"}}", + "secret": "{{ getenv `WEBHOOK_SECRET` }}", "parameter": { "source": "header", "name": "X-Gitea-Signature"