Returns the active gh token without printing it.
()
| 1493 | extra_directories.append(full_path) |
| 1494 | if len(extra_directories) >= max_count: |
| 1495 | break |
| 1496 | |
| 1497 | return extra_directories |
| 1498 | |
| 1499 | |
| 1500 | |
| 1501 | def _copy_project_archive_to_selected_folders(archive_path): |
no test coverage detected