diff options
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/module.cli b/mod/module.cli index e3091be..4f37c29 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -868,6 +868,13 @@ namespace brep "The private key used during GitHub API authentication. Created in the GitHub app's settings." } + + uint16_t ci-github-jwt-validity-period = 10 + { + "<minutes>", + "The number of minutes a JWT (authentication token) should be valid for. + The maximum allowed by GitHub is 10 minutes." + } }; class upload: build, build_db, build_upload, repository_email, handler |