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 994c5e3 + 72b3533 commit aed0167Copy full SHA for aed0167
doc/security.md
@@ -64,7 +64,7 @@ $jwt = $config->builder(ChainedFormatter::withUnixTimestampDates())
64
->getToken($config->signer(), $config->signingKey())
65
;
66
67
-$github->authenticate($jwt->toString(), null, Github\AuthMethod::JWT)
+$github->authenticate($jwt->toString(), null, Github\AuthMethod::JWT);
68
```
69
70
The `$integrationId` you can find in the about section of your github app.
0 commit comments