You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to search for issues in repositories on which my GitHub app is installed using the SearchClient, I get an error saying that this endpoint requires installation authentication. That shouldn't be the case. When the application has access to the repositories, the search should work with AppAuth too.
Correction: Search in general shouldn't require authentication as an installation, but searching in/for private repositories should.
When I try to search for issues in repositories
on which my GitHub app is installedusing theSearchClient
, I get an error saying that this endpoint requires installation authentication. That shouldn't be the case. When the application has access to the repositories, the search should work with AppAuth too.Correction: Search in general shouldn't require authentication as an installation, but searching in/for private repositories should.
To verify this, I replicated the code using https://github.com/hub4j/github-api and the search works fine with AppAuth.
The text was updated successfully, but these errors were encountered: