mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
1c670717fb
https://github.blog/changelog/2022-05-03-github-actions-simplify-using-secrets-with-reusable-workflows/
17 lines
399 B
YAML
17 lines
399 B
YAML
name: rustup-toolchain-install-master
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- rustup-toolchain-install-master
|
|
|
|
jobs:
|
|
build:
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
with:
|
|
crate: rustup-toolchain-install-master
|
|
git: https://github.com/dtolnay-contrib/rustup-toolchain-install-master
|
|
branch: nodefault
|
|
permissions:
|
|
contents: write
|
|
secrets: inherit
|