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
{{ message }}
This repository was archived by the owner on May 6, 2024. It is now read-only.
This is a little bit hitting undo on what we did previously, but lets find a good pattern to split permissions.
We'd like three things:
"Login via GitHub", which requires no repo permissions (user:email,read:org)
"Allow public repos" (public_repo)
"Allow private repos" (repo)
The problem we had before was reauthorizing GitHub seemed to clear the previous scopes we had requested. There must be a way to avoid that, otherwise we'll have to reauthenticate each time a user wants to add a new repo.