From 4ec5250a8dd39a34edc27956dfc8ea09714e7fba Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 27 Nov 2022 01:22:29 +0000 Subject: [PATCH] Update 'crates/octopush_cli/src/commands/execute.rs' --- crates/octopush_cli/src/commands/execute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/octopush_cli/src/commands/execute.rs b/crates/octopush_cli/src/commands/execute.rs index 763f35c..3a0a769 100644 --- a/crates/octopush_cli/src/commands/execute.rs +++ b/crates/octopush_cli/src/commands/execute.rs @@ -41,7 +41,7 @@ pub async fn execute_subcommand(args: &ArgMatches) -> eyre::Result<()> { }, DefaultGiteaClientOptions { url: "https://git.front.kjuulh.io/api/v1".into(), - basicauth: Some("kjuulh:379341972ba6d23ff85367ca1c10c82efea76f0c".into()), + basicauth: Some("kjuulh:".into()), }, );