mirror of https://github.com/waku-org/js-waku.git
Add GH Token to avoid API rate limit
This commit is contained in:
parent
2f03daa9bd
commit
37018ebff8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue