Skip to content

Commit

Permalink
ci: add github_token for buf-setup-action (#7697)
Browse files Browse the repository at this point in the history
Approved-By: tabVersion
  • Loading branch information
xxchan authored Feb 4, 2023
1 parent 05eb37f commit 4e9756d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/protobuf-breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
# Run breaking change detection against the `main` branch
- uses: bufbuild/buf-breaking-action@v1
with:
Expand Down

0 comments on commit 4e9756d

Please sign in to comment.