From 6ff3737c632f4d77e3d60d9e13c23ceed5ea3468 Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Tue, 11 Feb 2025 15:45:52 +0200 Subject: ci-github: Store App id as uint64_t --- mod/mod-ci-github-service-data.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/mod-ci-github-service-data.hxx') diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 5d36696..3e9a58e 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -96,7 +96,7 @@ namespace brep // gh_installation_access_token installation_access; - string app_id; + uint64_t app_id; string installation_id; string repository_node_id; // GitHub-internal opaque repository id. @@ -159,7 +159,7 @@ namespace brep service_data (bool warning_success, string iat_token, timestamp iat_expires_at, - string app_id, + uint64_t app_id, string installation_id, string repository_node_id, string repository_clone_url, @@ -174,7 +174,7 @@ namespace brep service_data (bool warning_success, string iat_token, timestamp iat_expires_at, - string app_id, + uint64_t app_id, string installation_id, string repository_node_id, string repository_clone_url, -- cgit v1.1