fix: don't log url containing API token
All checks were successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-04-12 19:41:47 +01:00
parent 5fcf16ea75
commit ee9cc53540

View file

@ -126,7 +126,6 @@ pub async fn get_commit_status(
"https://{hostname}/api/v1/repos/{path}/commits/{next}/status?token={token}" "https://{hostname}/api/v1/repos/{path}/commits/{next}/status?token={token}"
)); ));
info!(%url, "Fetching commit status");
let request = network::NetRequest::new( let request = network::NetRequest::new(
network::RequestMethod::Get, network::RequestMethod::Get,
url, url,