Skip to content

docs: note latest release rate limit#439

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

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

Conversation

@jgoux

@jgoux jgoux commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

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
@jgoux

jgoux commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Closing as obsolete after the v3 implementation. The action no longer resolves latest through the GitHub releases API or accepts github-token, so this README note would now document removed behavior.

@jgoux jgoux closed this Jul 7, 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