From 5ed2a122fa809ee1abad1558131b85bf68630c38 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 28 Apr 2021 16:20:24 +1000 Subject: [PATCH] Authenticate to avoid API rate limit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b73057175..ebbc7cae0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,9 +60,10 @@ jobs: key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1 - name: Install bufbuild - uses: mu-io/setup-buf@v1beta + uses: mu-io/setup-buf@v2beta with: buf-version: ${{ env.BUF_VERSION }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Install Protoc uses: arduino/setup-protoc@v1