diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-28 10:52:08 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | bf260eb306aa90485c74217ef9c86c728d11c6da (patch) | |
tree | 8655e851fc7d5f17e9d567468efc6f90f73aa165 /mod/module.cli | |
parent | 3f9c0b966b9f2d910101f60a199a957da52234a8 (diff) |
Verify webhook request HMACs
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/module.cli b/mod/module.cli index 5e4d9ac..4e8ef70 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -862,6 +862,12 @@ namespace brep "The GitHub App ID. Found in the app's settings on GitHub." } + string ci-github-app-webhook-secret + { + "<secret>", + "The GitHub app's configured webhook secret." + } + path ci-github-app-private-key { "<path>", |