fix: don't log url containing API token
This commit is contained in:
parent
5fcf16ea75
commit
ee9cc53540
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue