mirror of https://github.com/status-im/js-waku.git
Merge #99
99: Add GH Token to avoid API rate limit r=D4nte a=D4nte Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
commit
83c892260a
|
@ -69,6 +69,7 @@ jobs:
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
with:
|
with:
|
||||||
version: '3.x'
|
version: '3.x'
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Cache npm cache
|
- name: Cache npm cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Reference in New Issue