Skip to content

Commit

Permalink
[backend-comparison] Update Github App ID with official application (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr authored Mar 1, 2024
1 parent d43a0b3 commit 9bf3f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-comparison/src/burnbenchapp/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 9bf3f3f

Please sign in to comment.