From f29a265045d6a418eb5472201368cd50ddb00dda Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Mon, 4 Sep 2023 14:16:42 +0100 Subject: [PATCH] add GH token to protoc step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5f8058..eb9f3a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: uses: arduino/setup-protoc@v1 with: version: '3.9.1' + repo-token: ${{ secrets.GH_TOKEN }} - name: Build run: |