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 81a6740 commit dade40dCopy full SHA for dade40d
1 file changed
cabotage/server/ext/github_app.py
@@ -63,7 +63,7 @@ def bearer_token(self):
63
payload = {
64
"iat": issued,
65
"exp": issued + 599,
66
- "iss": self.app_id,
+ "iss": str(self.app_id),
67
}
68
self._bearer_token = jwt.encode(
69
payload, self.app_private_key_pem, algorithm="RS256"
0 commit comments