fix: don't log url containing API token

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}"
));
info!(%url, "Fetching commit status");
let request = network::NetRequest::new(
network::RequestMethod::Get,
url,