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 8177b79 commit e7bca65Copy full SHA for e7bca65
generate_jwt.py
@@ -37,7 +37,7 @@ def create_jwt(private_key, app_id):
37
return encoded_jwt
38
39
def make_github_api_request():
40
- url = " https://api.github.com/apps"
+ url = " https://api.github.com/app"
41
headers = {
42
"Accept": "application/vnd.github+json",
43
"Authorization": f"Bearer {os.getenv('GITHUB_JWT')}",
0 commit comments