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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
user:email,read:org
)public_repo
)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.
The text was updated successfully, but these errors were encountered: