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.
2 parents e4d0f30 + e708bc3 commit a2379d7Copy full SHA for a2379d7
README.md
@@ -15,7 +15,7 @@ on the [GitHub Applications Page](https://github.com/settings/applications).
15
provider :github, ENV['GITHUB_KEY'], ENV['GITHUB_SECRET'],
16
{
17
:client_options => {
18
- :site => 'https://github.YOURDOMAIN.com/',
+ :site => 'https://github.YOURDOMAIN.com/api/v3',
19
:authorize_url => 'https://github.YOURDOMAIN.com/login/oauth/authorize',
20
:token_url => 'https://github.YOURDOMAIN.com/login/oauth/access_token',
21
}
0 commit comments