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 d90368c commit 72b3533Copy full SHA for 72b3533
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