From 6dcc0fa3a2ab444ac6d515854be56175062c0c6f Mon Sep 17 00:00:00 2001 From: Tommi Vainikainen Date: Tue, 27 Dec 2022 14:25:53 +0200 Subject: [PATCH] Set token for arduino/setup-protoc for rate limits --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5fd1cae0..9ecf22dd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,7 @@ jobs: uses: arduino/setup-protoc@v1 with: version: '3.13.0' + repo-token: ${{ secrets.GITHUB_TOKEN }} # needed by both unit and integation tests - name: Generate version.py