From be3c89d46f94201dcdabdc430fd4388dafb85af6 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Thu, 5 Mar 2026 13:56:52 -0500 Subject: [PATCH] Fix rate limits in CI Still hitting BSR rate limits; add a token to the other steps that use them. Ref: https://github.com/bufbuild/protovalidate-python/actions/runs/22731504577/job/65921498464 --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 911595a..0442fdc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,4 +41,8 @@ jobs: env: BUF_TOKEN: ${{ secrets.BUF_TOKEN }} - run: make test + env: + BUF_TOKEN: ${{ secrets.BUF_TOKEN }} - run: make conformance + env: + BUF_TOKEN: ${{ secrets.BUF_TOKEN }}