2022-06-22 09:43:53 -07:00
|
|
|
name: rustup-toolchain-install-master
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- rustup-toolchain-install-master
|
2023-02-18 17:17:51 -08:00
|
|
|
workflow_dispatch:
|
2022-06-22 09:43:53 -07:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2023-01-22 15:04:33 -08:00
|
|
|
uses: ./.github/workflows/build.yml
|
2022-06-22 09:43:53 -07:00
|
|
|
with:
|
|
|
|
crate: rustup-toolchain-install-master
|
2022-12-01 15:04:14 -08:00
|
|
|
git: dtolnay-contrib/rustup-toolchain-install-master
|
|
|
|
ref: nodefault
|
2022-06-22 09:43:53 -07:00
|
|
|
permissions:
|
2025-01-26 12:48:26 -08:00
|
|
|
id-token: write
|
2022-06-22 09:43:53 -07:00
|
|
|
contents: write
|
2025-01-26 12:48:26 -08:00
|
|
|
attestations: write
|