File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Install Protoc
11
11
uses : arduino/setup-protoc@v1
12
+ with :
13
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
12
14
- uses : actions/checkout@v2
13
15
- uses : actions-rs/toolchain@v1
14
16
with :
49
51
steps :
50
52
- name : Install Protoc
51
53
uses : arduino/setup-protoc@v1
54
+ with :
55
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
52
56
- uses : actions/checkout@v2
53
57
- uses : actions-rs/toolchain@v1
54
58
with :
85
89
steps :
86
90
- name : Install Protoc
87
91
uses : arduino/setup-protoc@v1
92
+ with :
93
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
88
94
- uses : actions/checkout@v2
89
95
- uses : actions-rs/toolchain@v1
90
96
with :
@@ -103,6 +109,8 @@ jobs:
103
109
steps :
104
110
- name : Install Protoc
105
111
uses : arduino/setup-protoc@v1
112
+ with :
113
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
106
114
- uses : actions/checkout@v2
107
115
- uses : actions-rs/toolchain@v1
108
116
with :
@@ -134,6 +142,8 @@ jobs:
134
142
steps :
135
143
- name : Install Protoc
136
144
uses : arduino/setup-protoc@v1
145
+ with :
146
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
137
147
- uses : actions/checkout@v2
138
148
- uses : actions-rs/toolchain@v1
139
149
with :
You can’t perform that action at this time.
0 commit comments