Skip to content

Commit 286935f

Browse files
Fix rate limits in CI (#436)
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 286935f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)