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
The bloop desktop app uses a GitHub OAuth app for authentication. GitHub OAuth apps don't support fine-grained permissions. In order to get read access to code (in order to index and search it) we need the repo scope which Grants full access to public and private repositories including read and write access to code, commit statuses, repository invitations, collaborators, deployment statuses, and repository webhooks. We don't currently support a mode to only index and search public repositories.
Describe the bug
I just want to search in a public Github repo. But the app wants me to sign and give write access to my private repos.
Expected behavior
It should not ask.
The text was updated successfully, but these errors were encountered: