Skip to content

Commit 360b06a

Browse files
committed
remove unused JSON payload, should default to app permissions
1 parent 2cd4185 commit 360b06a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/github.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ async def create_installation_access_token(installation_id: int, config: Config)
121121
"Authorization": f"Bearer {jwt_token}",
122122
"Accept": "application/vnd.github.v3+json",
123123
},
124-
json={
125-
# Token expires in 1 hour (default)
126-
# You can add permissions and repositories here if needed
127-
},
128124
)
129125

130126
if response.status_code == 201:

0 commit comments

Comments
 (0)