pub fn run_with_secrets(
command: &[String],
secrets: &HashMap<String, String>,
naming: &NamingOptions,
) -> Result<i32>Expand description
Run a subprocess with the given secrets injected as environment variables. Returns the exit code of the subprocess.