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 58941cf commit 08065dbCopy full SHA for 08065db
lintipy.py
@@ -83,7 +83,7 @@ def token(self):
83
bearer = jwt.encode(payload, self.pem, algorithm='RS256')
84
headers = {
85
'Accept': 'application/vnd.github.machine-man-preview+json',
86
- 'Authorization': 'Bearer %s' % bearer.decode(encoding='UTF-8')
+ 'Authorization': 'Bearer %s' % bearer
87
}
88
url = (
89
'https://api.github.com/app/installations/'
0 commit comments