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 9d2e680 commit 45d4849Copy full SHA for 45d4849
lib/Github/HttpClient/Listener/AuthListener.php
@@ -71,7 +71,7 @@ public function preSend(RequestInterface $request)
71
$url = $request->getUrl();
72
73
$parameters = array(
74
- 'client_id' => $this->options['login'],
+ 'client_id' => $this->options['tokenOrLogin'],
75
'client_secret' => $this->options['password'],
76
);
77
0 commit comments