1.0.0
Authenticate brew audit GitHub calls to avoid rate-limit failure brew audit --cask --online makes unauthenticated GitHub API calls, capped at 60/hour per IP, which shared runner IPs routinely exhaust, so S3 failed with "API rate limit exceeded". Pass the existing GITHUB_TOKEN via HOMEBREW_GITHUB_API_TOKEN on the lint step to use the authenticated limit.