Skip to content

Commit 2f72a1b

Browse files
authored
chore(.github): Include token to prevent protoc rate limiting (#121)
Signed-off-by: Max Inden <[email protected]>
1 parent fc8aa9a commit 2f72a1b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rust.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Install Protoc
1111
uses: arduino/setup-protoc@v1
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1214
- uses: actions/checkout@v2
1315
- uses: actions-rs/toolchain@v1
1416
with:
@@ -49,6 +51,8 @@ jobs:
4951
steps:
5052
- name: Install Protoc
5153
uses: arduino/setup-protoc@v1
54+
with:
55+
repo-token: ${{ secrets.GITHUB_TOKEN }}
5256
- uses: actions/checkout@v2
5357
- uses: actions-rs/toolchain@v1
5458
with:
@@ -85,6 +89,8 @@ jobs:
8589
steps:
8690
- name: Install Protoc
8791
uses: arduino/setup-protoc@v1
92+
with:
93+
repo-token: ${{ secrets.GITHUB_TOKEN }}
8894
- uses: actions/checkout@v2
8995
- uses: actions-rs/toolchain@v1
9096
with:
@@ -103,6 +109,8 @@ jobs:
103109
steps:
104110
- name: Install Protoc
105111
uses: arduino/setup-protoc@v1
112+
with:
113+
repo-token: ${{ secrets.GITHUB_TOKEN }}
106114
- uses: actions/checkout@v2
107115
- uses: actions-rs/toolchain@v1
108116
with:
@@ -134,6 +142,8 @@ jobs:
134142
steps:
135143
- name: Install Protoc
136144
uses: arduino/setup-protoc@v1
145+
with:
146+
repo-token: ${{ secrets.GITHUB_TOKEN }}
137147
- uses: actions/checkout@v2
138148
- uses: actions-rs/toolchain@v1
139149
with:

0 commit comments

Comments
 (0)