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 1884306 commit e851bd0Copy full SHA for e851bd0
doc/currentuser/repositories.md
@@ -25,6 +25,6 @@ There are three values that can be passed into the `repositories` method: `type`
25
26
```php
27
$client = new \Github\Client();
28
-$client->authenticate($github_token, null, \Github\Client::AUTH_HTTP_TOKEN);
+$client->authenticate($github_token, null, \Github\Client::AUTH_ACCESS_TOKEN);
29
$client->currentUser()->repositories();
30
```
0 commit comments