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 bf264fe commit f1be675Copy full SHA for f1be675
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