aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github-service-data.hxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2025-02-11 15:45:52 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2025-02-12 11:11:25 +0200
commit6ff3737c632f4d77e3d60d9e13c23ceed5ea3468 (patch)
treef9803095f92b7fbcb9cf8a0ed4150bfb672e6054 /mod/mod-ci-github-service-data.hxx
parent217b2780813819bbad5c6eed41997d8e1e85fa8c (diff)
ci-github: Store App id as uint64_t
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r--mod/mod-ci-github-service-data.hxx6
1 files changed, 3 insertions, 3 deletions
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,