Skip to content

Commit

Permalink
fix(ci): set github token for setup-buf
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jan 16, 2025
1 parent 7eea20e commit b899cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v4

- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}

- name: Add protoc plugins to PATH
run: |
Expand Down

0 comments on commit b899cf9

Please sign in to comment.