diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-10 14:41:50 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2025-01-15 14:21:05 +0200 |
commit | 4de6640c0d61a3c36a606eac01a8c2df8e212b03 (patch) | |
tree | f3f19cce83a8b94985fb0474217b36fb0b6e4b65 /mod/mod-ci-github.hxx | |
parent | 2baa14d5e07095a5ce2d82f60806e34c20c4aa71 (diff) |
ci-github: Store webhook secret in a file
Keep secrets out of the configuration file for the sake of security.
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 4fcfa7e..1e5f24f 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -145,6 +145,8 @@ namespace brep shared_ptr<options::ci_github> options_; tenant_service_map& tenant_service_map_; + + string webhook_secret_; }; } |