pub fn with_secret_variable( graph: Arc<Mutex<Graph>>, env_name: &str, secret_id: &str, secret_name: &str, ) -> Result<(), Error>