Skip to content

Commit

Permalink
add org read scope
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Feb 28, 2022
1 parent 8631786 commit 772003e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/controller/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func githubLogin(state *state) error {
}
q := u.Query()
q.Set("client_id", clientID)
q.Set("scope", "read:org")
buf, err := json.Marshal(state)
if err != nil {
return err
Expand Down

0 comments on commit 772003e

Please sign in to comment.