ci: Supply github_token to bufbuild_setup_action (#43957)

This should hopefully resolve errors like
https://github.com/zed-industries/zed/actions/runs/19839788214/job/56845583441

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-12-01 23:37:33 +00:00
committed by GitHub
parent 99d8d34d48
commit 34a2bfd6b7
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -520,6 +520,7 @@ jobs:
uses: bufbuild/buf-setup-action@v1
with:
version: v1.29.0
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: run_tests::check_postgres_and_protobuf_migrations::bufbuild_breaking_action
uses: bufbuild/buf-breaking-action@v1
with: