mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Fix GithubIntegration using exiring jwt (#2460)
This commit is contained in:
@@ -135,6 +135,7 @@ class GithubIntegration:
|
||||
headers, response = self.__requester.requestJsonAndCheck(
|
||||
"POST",
|
||||
f"/app/installations/{installation_id}/access_tokens",
|
||||
headers=self._get_headers(),
|
||||
input=body,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user