Skip to content

docs: note latest release rate limit#439

Draft
jgoux wants to merge 1 commit into
mainfrom
codex/readme-latest-rate-limit-note
Draft

docs: note latest release rate limit#439
jgoux wants to merge 1 commit into
mainfrom
codex/readme-latest-rate-limit-note

Conversation

@jgoux
Copy link
Copy Markdown
Contributor

@jgoux jgoux commented Jun 4, 2026

Summary

  • Add a README note explaining that resolving latest queries the GitHub releases API.
  • Recommend passing github-token: ${{ github.token }} in CI to avoid unauthenticated API rate limits.
  • Mention that pinning version avoids the release lookup entirely.

Root Cause

Users who run the action with version: latest, or omit version without a supported root lockfile, can hit GitHub's unauthenticated REST API rate limit while the action resolves the latest Supabase CLI release.

Validation

  • Not run; README-only change.

@jgoux jgoux changed the title [codex] docs: note latest release rate limit docs: note latest release rate limit Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant