2
0

feat(config): Have better GitHub config examples (#327)

Better defaults and guidance regarding GitHub app settings after getsentry/sentry#16550.
This commit is contained in:
Burak Yigit Kaya
2020-01-24 21:08:41 +03:00
committed by GitHub
parent 73bf3f5ab4
commit bc6d3b47e2
2 changed files with 20 additions and 4 deletions

View File

@@ -211,11 +211,9 @@ SENTRY_FEATURES.update(
######################
# GitHub Integration #
#####################
######################
# GITHUB_APP_ID = 'YOUR_GITHUB_APP_ID'
# GITHUB_API_SECRET = 'YOUR_GITHUB_API_SECRET'
# GITHUB_EXTENDED_PERMISSIONS = ['repo']
GITHUB_EXTENDED_PERMISSIONS = ['repo']
#########################
# Bitbucket Integration #