forked from the-distro/ofborg
Drop unused installation_id parameter
We auto-discover the correct installation ID absed on the repostory context.
This commit is contained in:
parent
2aeca1fb72
commit
5d4d9c3904
|
@ -55,7 +55,6 @@ pub struct GithubConfig {
|
||||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||||
pub struct GithubAppConfig {
|
pub struct GithubAppConfig {
|
||||||
pub app_id: u64,
|
pub app_id: u64,
|
||||||
pub installation_id: u64,
|
|
||||||
pub private_key: PathBuf,
|
pub private_key: PathBuf,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue