diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-06 11:41:31 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-06 14:13:26 +0200 |
commit | 041604583b51d292be694ab475712d86bb9af9b5 (patch) | |
tree | fe69f74d5f562d13b61063f0140f3734b3220462 /mod/mod-ci-github.hxx | |
parent | cb1722cea9e4b6151758edd20e089f184fae7905 (diff) |
Post-review changesci-github-2
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index a9617fa..059801a 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -120,7 +120,7 @@ namespace brep details_url (const build&) const; optional<string> - generate_jwt (uint64_t app_id, + generate_jwt (const string& app_id, const basic_mark& trace, const basic_mark& error) const; @@ -129,7 +129,7 @@ namespace brep // goes wrong. // optional<gh_installation_access_token> - obtain_installation_access_token (uint64_t install_id, + obtain_installation_access_token (const string& install_id, string jwt, const basic_mark& error) const; |