[backend-comparison] Update Github App ID with official application (#1397)

This commit is contained in:
Sylvain Benner 2024-03-01 17:31:27 -05:00 committed by GitHub
parent d43a0b3f90
commit 9bf3f3f720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use std::{
path::{Path, PathBuf},
};
pub(crate) static CLIENT_ID: &str = "Iv1.84002254a02791f3";
pub(crate) static CLIENT_ID: &str = "Iv1.692f6a61b6086810";
static GITHUB_API_VERSION_HEADER: &str = "X-GitHub-Api-Version";
static GITHUB_API_VERSION: &str = "2022-11-28";