mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
Update crates/binstalk-git-repo-api/src/gh_api_client.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
ff29f7bbb3
commit
8e421b734e
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ mod test {
|
|||
|
||||
let auth_token = match env::var("CI_UNIT_TEST_GITHUB_TOKEN") {
|
||||
Ok(auth_token) if !auth_token.is_empty() => {
|
||||
zeroize::Zeroizing::new(auth_token.into_boxed_str())
|
||||
Some(zeroize::Zeroizing::new(auth_token.into_boxed_str()))
|
||||
}
|
||||
_ => None,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue