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 bf264fe + f1be675 commit 6916263Copy full SHA for 6916263
doc/security.md
@@ -71,6 +71,6 @@ $jwt = (new Builder)
71
72
$github->authenticate($jwt, null, Github\Client::AUTH_JWT);
73
74
-$token = $github->api('integrations')->createInstallationToken($installationId);
+$token = $github->api('apps')->createInstallationToken($installationId);
75
$github->authenticate($token['token'], null, Github\Client::AUTH_HTTP_TOKEN);
76
```
0 commit comments