Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sentry_auth_github/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ERR_NO_SINGLE_VERIFIED_PRIMARY_EMAIL = 'We were unable to find a single verified, primary email address associated with your GitHub acount.'

# we request repo as we share scopes with the other GitHub integration
SCOPE = 'user:email,read:org,repo'
SCOPE = 'user:email,read:org'

# deprecated please use GITHUB_API_DOMAIN and GITHUB_BASE_DOMAIN
DOMAIN = getattr(settings, 'GITHUB_DOMAIN', 'api.github.com')
Expand Down