We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7703af commit c239e20Copy full SHA for c239e20
config/config.yml_example_github_enterprise
@@ -24,8 +24,7 @@ oauth:
24
client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
25
auth_url: https://githubenterprise.yoursite.com/login/oauth/authorize
26
token_url: https://githubenterprise.yoursite.com/login/oauth/access_token
27
- user_info_url: https://githubenterprise.yoursite.com/user?access_token=
28
-
+ user_info_url: https://githubenterprise.yoursite.com/api/v3/user?access_token=
29
# these GitHub OAuth defaults are set for you..
30
# scopes:
31
# - user
0 commit comments