fix: don't have to use user for basic auth
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user