Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae9ad8 commit 4601b98Copy full SHA for 4601b98
.github/workflows/check-protobuf-task.yml
@@ -86,6 +86,7 @@ jobs:
86
87
- uses: bufbuild/buf-action@v1
88
with:
89
+ token: ${{ secrets.BUF_TOKEN }}
90
pr_comment: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
91
lint: ${{ github.event_name == 'pull_request' }}
92
format: ${{ github.event_name == 'pull_request' }}
0 commit comments