mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Merge pull request #797 from fabro-sh/github-app-install-error-wording
fix(github): name both causes of an installation lookup 404
This commit is contained in:
commit
1465082447
1 changed files with 2 additions and 2 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue