Skip to content

Commit 87f6b6b

Browse files
author
Josh
committed
Add github token
1 parent 48e3112 commit 87f6b6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: bufbuild/buf-setup-action@v1
21+
with:
22+
github_token: ${{ github.token }}
2123
- uses: bufbuild/buf-lint-action@v1
2224
with:
2325
input: api

0 commit comments

Comments
 (0)