diff --git a/crates/bin/src/gh_token.rs b/crates/bin/src/gh_token.rs index fb63a3465..7e14df162 100644 --- a/crates/bin/src/gh_token.rs +++ b/crates/bin/src/gh_token.rs @@ -62,6 +62,7 @@ impl CommandExt for Command { child .stdin .take() + .unwrap() .expect("Failed to open stdin") .write_all(input) .await?;