From 1ee2b2f579f95651b3d03c573bd87d45fa82b6d3 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 29 Dec 2022 15:58:35 +0100 Subject: [PATCH] chore(.github): Include token to prevent protoc rate limiting Signed-off-by: Max Inden --- .github/workflows/rust.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 168bb464..efe64d7d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Install Protoc uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: @@ -49,6 +51,8 @@ jobs: steps: - name: Install Protoc uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: @@ -85,6 +89,8 @@ jobs: steps: - name: Install Protoc uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: @@ -103,6 +109,8 @@ jobs: steps: - name: Install Protoc uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: @@ -134,6 +142,8 @@ jobs: steps: - name: Install Protoc uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: