File tree Expand file tree Collapse file tree 7 files changed +11
-0
lines changed Expand file tree Collapse file tree 7 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 21
21
uses : arduino/setup-protoc@v1
22
22
with :
23
23
version : ' 3.6.1'
24
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
24
25
25
26
- name : Cargo | Build release binary
26
27
run : |
Original file line number Diff line number Diff line change 37
37
uses : arduino/setup-protoc@v1
38
38
with :
39
39
version : ' 3.6.1'
40
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
40
41
41
42
- name : Install WASM target
42
43
run : rustup target add wasm32-unknown-unknown
Original file line number Diff line number Diff line change 37
37
uses : arduino/setup-protoc@v1
38
38
with :
39
39
version : ' 3.6.1'
40
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
40
41
41
42
- name : Build binary
42
43
run : |
Original file line number Diff line number Diff line change 31
31
uses : arduino/setup-protoc@v1
32
32
with :
33
33
version : ' 3.6.1'
34
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
34
35
35
36
- name : Read excluded packages from Cargo.toml
36
37
id : read_excluded
Original file line number Diff line number Diff line change 69
69
uses : arduino/setup-protoc@v1
70
70
with :
71
71
version : ' 3.6.1'
72
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
72
73
73
74
- name : Restore cache
74
75
uses : ./.github/actions/restore-cache
@@ -116,6 +117,7 @@ jobs:
116
117
uses : arduino/setup-protoc@v1
117
118
with :
118
119
version : ' 3.6.1'
120
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
119
121
120
122
- name : Install WASM target
121
123
run : rustup target add wasm32-unknown-unknown
@@ -154,6 +156,7 @@ jobs:
154
156
uses : arduino/setup-protoc@v1
155
157
with :
156
158
version : ' 3.6.1'
159
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
157
160
158
161
- name : Restore cache
159
162
uses : ./.github/actions/restore-cache
@@ -840,6 +843,7 @@ jobs:
840
843
uses : arduino/setup-protoc@v1
841
844
with :
842
845
version : ' 3.6.1'
846
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
843
847
844
848
- name : Install WASM target
845
849
run : rustup target add wasm32-unknown-unknown
Original file line number Diff line number Diff line change 60
60
uses : arduino/setup-protoc@v1
61
61
with :
62
62
version : ' 3.6.1'
63
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
63
64
64
65
- name : Install WASM target
65
66
run : rustup target add wasm32-unknown-unknown
97
98
uses : arduino/setup-protoc@v1
98
99
with :
99
100
version : ' 3.6.1'
101
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
100
102
101
103
- name : Restore cache
102
104
uses : ./.github/actions/restore-cache
Original file line number Diff line number Diff line change 31
31
uses : arduino/setup-protoc@v1
32
32
with :
33
33
version : ' 3.6.1'
34
+ repo-token : ${{ secrets.CI_GH_TOKEN }}
34
35
35
36
- name : Install clippy and fmt
36
37
run : rustup component add clippy rustfmt
You can’t perform that action at this time.
0 commit comments