Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def pack_repository(repo_url, branch, gh_token, output_style, remove_comments, r
45
  cmd.extend(["--remote-branch", branch])
46
 
47
  if gh_token:
48
- cmd.extend(["--gh-token", gh_token])
49
 
50
  cmd.extend(["--style", output_style])
51
 
 
45
  cmd.extend(["--remote-branch", branch])
46
 
47
  if gh_token:
48
+ cmd.extend(["--token", gh_token])
49
 
50
  cmd.extend(["--style", output_style])
51