chore(foregejo): don't log fetch url
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

It contained the api token
This commit is contained in:
Paul Campbell 2024-04-12 19:20:46 +01:00
parent 8c4ad4b534
commit fb74879309

View file

@ -64,7 +64,6 @@ async fn get_commit_history(
"https://{hostname}/api/v1/repos/{path}/commits?sha={branch_name}&{options}&token={token}&page={page}&limit={limit}"
));
info!(%url, "Fetching commits");
let request = network::NetRequest::new(
network::RequestMethod::Get,
url,