Skip to content

Commit

Permalink
Drop unused installation_id parameter
Browse files Browse the repository at this point in the history
We auto-discover the correct installation ID absed on the repostory
context.
  • Loading branch information
cole-h committed May 19, 2024
1 parent 2aeca1f commit 5d4d9c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofborg/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ pub struct GithubConfig {
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct GithubAppConfig {
pub app_id: u64,
pub installation_id: u64,
pub private_key: PathBuf,
}

Expand Down

0 comments on commit 5d4d9c3

Please sign in to comment.