mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-22 09:58:10 +00:00
Authenticate to avoid API rate limit
This commit is contained in:
parent
7a523a44dd
commit
5ed2a122fa
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -60,9 +60,10 @@ jobs:
|
|||||||
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1
|
||||||
|
|
||||||
- name: Install bufbuild
|
- name: Install bufbuild
|
||||||
uses: mu-io/setup-buf@v1beta
|
uses: mu-io/setup-buf@v2beta
|
||||||
with:
|
with:
|
||||||
buf-version: ${{ env.BUF_VERSION }}
|
buf-version: ${{ env.BUF_VERSION }}
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user