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 48e3112 commit 87f6b6bCopy full SHA for 87f6b6b
.github/workflows/lint.yaml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- uses: bufbuild/buf-setup-action@v1
21
+ with:
22
+ github_token: ${{ github.token }}
23
- uses: bufbuild/buf-lint-action@v1
24
with:
25
input: api
0 commit comments