Skip to content

Commit c52b70e

Browse files
committed
[AUTOREVERT] ensuring gh installation_id is int as required by GH client
Signed-off-by: Jean Schmidt <[email protected]>
1 parent 08abf13 commit c52b70e

File tree

1 file changed

+1
-1
lines changed
  • aws/lambda/pytorch-auto-revert/pytorch_auto_revert

1 file changed

+1
-1
lines changed

aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def main_run(
631631
GHClientFactory.setup_client(
632632
config.github_app_id,
633633
gh_app_secret,
634-
config.github_installation_id,
634+
int(config.github_installation_id),
635635
config.github_access_token,
636636
)
637637

0 commit comments

Comments
 (0)