Skip to content

Commit

Permalink
minor #1076 Update security.md (secalith-code)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4.x-dev branch.

Discussion
----------

semi colon was missing

Commits
-------

72b3533 Update security.md
  • Loading branch information
acrobat authored Jul 30, 2022
2 parents 994c5e3 + 72b3533 commit aed0167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $jwt = $config->builder(ChainedFormatter::withUnixTimestampDates())
->getToken($config->signer(), $config->signingKey())
;

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

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

0 comments on commit aed0167

Please sign in to comment.