diff --git a/lib/components/fabro-github/src/lib.rs b/lib/components/fabro-github/src/lib.rs index 87990e757..94592a59a 100644 --- a/lib/components/fabro-github/src/lib.rs +++ b/lib/components/fabro-github/src/lib.rs @@ -617,8 +617,8 @@ async fn mint_installation_token_with_jwt( str::to_string, ); bail!( - "GitHub App is not installed for {owner}. \ - Install it at {install_url}" + "GitHub App is not installed for {owner}, or its installation does not \ + include {owner}/{primary_repo}. Check repository access at {install_url}" ); } InstallationLookup::Failed(403) => {