From 6ee76990a1e063776ff257a3cefd8ba59814971d Mon Sep 17 00:00:00 2001 From: Julien Goux Date: Thu, 4 Jun 2026 14:41:17 +0200 Subject: [PATCH] docs: note latest release rate limit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f71b28f..761ee29 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ If `version` is omitted, the action checks the repository root for `bun.lock`, `pnpm-lock.yaml`, or `package-lock.json` and uses the declared `supabase` version. If no supported lockfile is present, it falls back to `latest`. +When the action resolves `latest`, it queries the GitHub releases API. In CI, +pass `github-token: ${{ github.token }}` to avoid unauthenticated API rate +limits. Pinning `version` to a specific Supabase CLI release avoids that lookup +entirely. + A specific version of the `supabase` CLI can be installed: ```yaml