File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Install Protoc
24
24
uses : arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
25
+ with :
26
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
25
27
26
28
- uses : actions/checkout@v3
27
29
92
94
steps :
93
95
- name : Install Protoc
94
96
uses : arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
97
+ with :
98
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
95
99
96
100
- uses : actions/checkout@v3
97
101
@@ -117,6 +121,8 @@ jobs:
117
121
steps :
118
122
- name : Install Protoc
119
123
uses : arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
124
+ with :
125
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
120
126
121
127
- uses : actions/checkout@v3
122
128
@@ -138,6 +144,8 @@ jobs:
138
144
steps :
139
145
- name : Install Protoc
140
146
uses : arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
147
+ with :
148
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
141
149
142
150
- uses : actions/checkout@v3
143
151
@@ -164,6 +172,8 @@ jobs:
164
172
steps :
165
173
- name : Install Protoc
166
174
uses : arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
175
+ with :
176
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
167
177
168
178
- uses : actions/checkout@v3
169
179
@@ -187,6 +197,8 @@ jobs:
187
197
steps :
188
198
- name : Install Protoc
189
199
uses : arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
200
+ with :
201
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
190
202
191
203
- uses : actions/checkout@v3
192
204
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Install Protoc
13
- uses : arduino/setup-protoc@v1
13
+ uses : arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
14
+ with :
15
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
14
16
- name : Checkout
15
17
uses : actions/checkout@v3
16
18
- name : Install nightly toolchain
You can’t perform that action at this time.
0 commit comments