Fix GithubIntegration using exiring jwt (#2460)

This commit is contained in:
Enrico Minack
2023-05-05 14:54:52 +02:00
committed by GitHub
parent 300c5015d4
commit a343100084
6 changed files with 8 additions and 7 deletions
+1
View File
@@ -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,
)