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 40
40
- name : " Set rustup profile"
41
41
run : rustup set profile minimal
42
42
- uses : arduino/setup-protoc@v3
43
+ with :
44
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
43
45
- name : Test
44
46
run : bash ./scripts/test.sh
45
47
lint :
52
54
with :
53
55
components : rustfmt
54
56
- uses : arduino/setup-protoc@v3
57
+ with :
58
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
55
59
- uses : actions-rs/cargo@v1
56
60
with :
57
61
command : fmt
88
92
with :
89
93
components : rustfmt
90
94
- uses : arduino/setup-protoc@v3
95
+ with :
96
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
91
97
- name : Build
92
98
run : |
93
99
cd ${{ matrix.example }}
@@ -126,6 +132,8 @@ jobs:
126
132
with :
127
133
components : rustfmt
128
134
- uses : arduino/setup-protoc@v3
135
+ with :
136
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
129
137
- name : doc
130
138
run : cargo doc --no-deps --all-features
131
139
env :
@@ -144,6 +152,8 @@ jobs:
144
152
toolchain : stable
145
153
components : rustfmt,llvm-tools-preview
146
154
- uses : arduino/setup-protoc@v3
155
+ with :
156
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
147
157
- name : cargo install cargo-llvm-cov
148
158
uses : taiki-e/install-action@cargo-llvm-cov
149
159
- name : cargo generate-lockfile
You can’t perform that action at this time.
0 commit comments