diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-05-10 14:15:25 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 75965979e68831b46cfde18a0aee51a7d63119e3 (patch) | |
tree | e15bce8834766978d6e49d875335087811385000 /etc | |
parent | 5d05efffe6a46651c722cf4e75b5a574010a7e2e (diff) |
Post-review changes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-module.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index d5a5e78..c1fd26b 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -439,6 +439,28 @@ menu About=?about # ci-handler-timeout +# The GitHub App ID. Found in the app's settings on GitHub. +# +# ci-github-app-id + + +# The GitHub app's configured webhook secret. +# +# ci-github-app-webhook-secret + + +# The private key used during GitHub API authentication. Created in the GitHub +# app's settings. +# +# ci-github-app-private-key + + +# The number of seconds a JWT (authentication token) should be valid for. The +# maximum allowed by GitHub is 10 minutes. +# +# ci-github-jwt-validity-period 600 + + # The directory to save upload data to for the specified upload type. If # unspecified, the build artifacts upload functionality will be disabled for # this type. |