From 625ebbea1a7d3af1b298a7f945a28779a71abd63 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 27 Oct 2023 21:49:07 +0800 Subject: [PATCH] chore: update proto linter action --- .github/workflows/proto-linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/proto-linter.yml b/.github/workflows/proto-linter.yml index 8f3d0d36..64d6f661 100644 --- a/.github/workflows/proto-linter.yml +++ b/.github/workflows/proto-linter.yml @@ -20,6 +20,8 @@ jobs: fetch-depth: 0 - name: Setup buf uses: bufbuild/buf-setup-action@v1 + with: + github_token: ${{ github.token }} - name: buf lint uses: bufbuild/buf-lint-action@v1 with: