fix: don't have to use user for basic auth
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-09-13 20:56:28 +02:00
parent 02845e5e11
commit a62fbe70fb
4 changed files with 137 additions and 32 deletions

View File

@@ -22,7 +22,6 @@ impl RootCommand {
let repositories = self.app.projects_list().get_projects().await?;
//let github_provider = self.app.github_provider();
for repo in &repositories {
tracing::info!("repo: {}", repo.to_rel_path().display());
}