diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-17 11:09:46 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | 8945d6c3aa8695d8ad50d4d15041dea6f2c01ba7 (patch) | |
tree | 1f45917d05d3269b64d8a9626d872fc3cf26e753 /mod/mod-ci-github.hxx | |
parent | 4cb7c6d60906ca4600843766c1dfbc533caa6d7e (diff) |
Get restructure to compile
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index a6cd180..4b23d85 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -13,6 +13,8 @@ #include <mod/ci-common.hxx> #include <mod/tenant-service.hxx> +#include <mod/mod-ci-github-gh.hxx> + namespace brep { class ci_github: public handler, @@ -61,14 +63,14 @@ namespace brep // Handle the check_suite event `requested` and `rerequested` actions. // bool - handle_check_suite_request (gh::check_suite_event); + handle_check_suite_request (gh_check_suite_event); optional<string> generate_jwt (const basic_mark& trace, const basic_mark& error) const; // Authenticate to GitHub as an app installation. // - optional<gh::installation_access_token> + optional<gh_installation_access_token> obtain_installation_access_token (uint64_t install_id, string jwt, const basic_mark& error) const; |