From 109c7ac1a1582439594f7c0de768e5c5b8a049c9 Mon Sep 17 00:00:00 2001 From: Squ1reX <82816845+Fl1riX@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:16:01 +0300 Subject: [PATCH 1/2] fix(deploy): Correct the configuration spelling --- deploy/hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/hooks.yaml b/deploy/hooks.yaml index 126553e..6f69bdf 100644 --- a/deploy/hooks.yaml +++ b/deploy/hooks.yaml @@ -5,9 +5,9 @@ match: type: payload-hmac-sha256 secret: "ЗАМЕНИТЬ НА РЕАЛЬНЫЙ" - parametr: + parameter: source: header name: X-Hub-Signature-256 # геренацию ключа openssl rand hex -32 -# путь для конфига /etc/webhook.conf \ No newline at end of file +# путь для конфига /etc/webhook.conf From 3f65bce8d37dd40663b78ac2fdafe6c443c39c97 Mon Sep 17 00:00:00 2001 From: Squ1reX <82816845+Fl1riX@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:17:35 +0300 Subject: [PATCH 2/2] chore: correct comment Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- deploy/hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/hooks.yaml b/deploy/hooks.yaml index 6f69bdf..8dd5547 100644 --- a/deploy/hooks.yaml +++ b/deploy/hooks.yaml @@ -9,5 +9,5 @@ source: header name: X-Hub-Signature-256 -# геренацию ключа openssl rand hex -32 +# генерацию ключа openssl rand hex -32 # путь для конфига /etc/webhook.conf