Spaces:
Sleeping
Sleeping
Update app.py
#2
by
ucalyptus
- opened
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 |
|