Skip to content

Commit 4601b98

Browse files
authored
[skip-changelog] Added missing token in CI (#2953)
1 parent 4ae9ad8 commit 4601b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-protobuf-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
8787
- uses: bufbuild/buf-action@v1
8888
with:
89+
token: ${{ secrets.BUF_TOKEN }}
8990
pr_comment: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
9091
lint: ${{ github.event_name == 'pull_request' }}
9192
format: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)