Spaces:
Sleeping
Sleeping
Update app.py (#2)
Browse files- Update app.py (b63da50897b3d785001cd9414c225fa55b9ba7cd)
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(["--
|
| 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 |
|