Update 'crates/octopush_cli/src/commands/execute.rs'

This commit is contained in:
Kasper Juul Hermansen 2022-11-27 01:22:29 +00:00 committed by kjuulh
parent 4345f9c39b
commit 4ec5250a8d
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -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()),
},
);