Skip to content

Commit 72b3533

Browse files
Update security.md
1 parent d90368c commit 72b3533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $jwt = $config->builder(ChainedFormatter::withUnixTimestampDates())
6464
->getToken($config->signer(), $config->signingKey())
6565
;
6666

67-
$github->authenticate($jwt->toString(), null, Github\AuthMethod::JWT)
67+
$github->authenticate($jwt->toString(), null, Github\AuthMethod::JWT);
6868
```
6969

7070
The `$integrationId` you can find in the about section of your github app.

0 commit comments

Comments
 (0)