Add GH Token to avoid API rate limit

This commit is contained in:
Franck Royer 2021-04-29 13:34:38 +10:00 committed by Franck Royer
parent 2f03daa9bd
commit 37018ebff8
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

View File

@ -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