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 6478e8a commit 5a91711Copy full SHA for 5a91711
doc/security.md
@@ -65,6 +65,6 @@ $jwt = (new Builder)
65
66
$github->authenticate($jwt, null, Github\Client::AUTH_JWT);
67
68
-$token = $github->api('installations')->createAccessToken($installationId);
+$token = $github->api('integrations')->createInstallationToken($installationId);
69
$github->authenticate($token['token'], null, Github\Client::AUTH_HTTP_TOKEN);
70
```
0 commit comments