Drop unused installation_id parameter

We auto-discover the correct installation ID absed on the repostory
context.
This commit is contained in:
Cole Helbling 2024-05-19 13:00:16 -07:00
parent 2aeca1fb72
commit 5d4d9c3904

View file

@ -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,
}