add(ci): toolchain (#1245)

This commit is contained in:
a-kenji 2022-03-20 14:50:20 +01:00 committed by GitHub
parent e92190ffad
commit d01df9cb25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,25 +17,11 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: install jq
run: nix-env -i jq -f '<nixpkgs>'
- name: install curl
run: nix-env -i curl -f '<nixpkgs>'
- name: update rust-toolchain
run: assets/scripts/update-toolchain.sh
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
- name: update rust toolchain
id: urt
uses: a-kenji/update-rust-toolchain
with:
commit-message: Update `rust-toolchain`
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: update/rust-toolchain
delete-branch: true
title: '[Update] rust-toolchain'
body: |
Update rust-toolchain file
minor-version-delta: 1
labels: |
dependencies
automated