pub fn require_action_env() -> Result<()>Expand description
Returns Err with a clear message when the environment is not set up for GitHub Action use. Used by every subcommand so the action fails loudly when secrets are missing instead of silently no-oping.