Skip to content

Commit be3c89d

Browse files
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
1 parent cdc3b0c commit be3c89d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ jobs:
4141
env:
4242
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
4343
- run: make test
44+
env:
45+
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
4446
- run: make conformance
47+
env:
48+
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}

0 commit comments

Comments
 (0)