diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-13 13:28:42 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 33019784783be4a1e1e2be66139ff56201b5952d (patch) | |
tree | d5242cbd4ccb45366ec2b6fcc089ba2a27e54271 /etc | |
parent | 75965979e68831b46cfde18a0aee51a7d63119e3 (diff) |
Review
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-module.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index c1fd26b..dce7f9f 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -444,13 +444,14 @@ menu About=?about # ci-github-app-id -# The GitHub app's configured webhook secret. +# The GitHub App's configured webhook secret. If not set, then the GitHub CI +# service is disabled. # # ci-github-app-webhook-secret # The private key used during GitHub API authentication. Created in the GitHub -# app's settings. +# App's settings. # # ci-github-app-private-key |