From 37018ebff80d0c233dcf90f2ed688a0cea1d66df Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 29 Apr 2021 13:34:38 +1000 Subject: [PATCH] Add GH Token to avoid API rate limit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ccc09dd5..3dd6d7f41a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,7 @@ jobs: uses: arduino/setup-protoc@v1 with: version: '3.x' + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache npm cache uses: actions/cache@v2