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 3412544 + 1b6c19f commit 45f2fc7Copy full SHA for 45f2fc7
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