fix(ci): add new rust toolchain location to action (#1576)
This commit is contained in:
parent
6576b163a1
commit
ea1e36637d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-rust-toolchain.yml
vendored
1
.github/workflows/update-rust-toolchain.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
uses: a-kenji/update-rust-toolchain@v1
|
uses: a-kenji/update-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
minor-version-delta: 2
|
minor-version-delta: 2
|
||||||
|
toolchain-path: './rust-toolchain.toml'
|
||||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue