Rewrite rust #38

Merged
kjuulh merged 24 commits from experiment/local into v0.3 2022-11-27 12:21:36 +01:00
Showing only changes of commit 4ec5250a8d - Show all commits

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