Skip to content

Commit

Permalink
Merge pull request #1429 from cutwater/backport/3.1/1427
Browse files Browse the repository at this point in the history
Remove public_repo github OAuth2 scope request
  • Loading branch information
cutwater authored Dec 17, 2018
2 parents ca76888 + daa2c57 commit 5a6c1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
'SCOPE': ['r_emailaddress']
},
'github': {
'SCOPE': ['user:email', 'public_repo', 'read:org']
'SCOPE': ['user:email', 'read:org']
},
}

Expand Down

0 comments on commit 5a6c1ca

Please sign in to comment.