Skip to content

Commit

Permalink
fix: removed permissions from installation tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravpanda committed Apr 1, 2024
1 parent ba0d487 commit 43787de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/github_helper/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_installations():
return response.json()


def get_installation_access_token(installation_id, permissions):
def get_installation_access_token(installation_id):
headers = utils.HEADERS
headers["Authorization"] = f"Bearer {utils.generate_jwt()}"
url = GITHUB_ENDPOINTS["get_installation_access_token"].format(
Expand Down

0 comments on commit 43787de

Please sign in to comment.