From e4be4966bc93d5014253710563f217b5c62c8c39 Mon Sep 17 00:00:00 2001 From: Erik Varga Date: Mon, 11 Nov 2024 16:02:52 -0800 Subject: [PATCH] Add default github token to protoc installation step avoid rate limiting. PiperOrigin-RevId: 695512623 --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 78aab934..a12ae35f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,6 +27,7 @@ jobs: uses: arduino/setup-protoc@v3 with: version: "23.x" + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set up protoc-gen-go run: go install google.golang.org/protobuf/cmd/protoc-gen-go