Skip to content

Commit e7bca65

Browse files
DEVOPS-46
1 parent 8177b79 commit e7bca65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def create_jwt(private_key, app_id):
3737
return encoded_jwt
3838

3939
def make_github_api_request():
40-
url = " https://api.github.com/apps"
40+
url = " https://api.github.com/app"
4141
headers = {
4242
"Accept": "application/vnd.github+json",
4343
"Authorization": f"Bearer {os.getenv('GITHUB_JWT')}",

0 commit comments

Comments
 (0)