mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Use new 'secrets: inherit' feature
https://github.blog/changelog/2022-05-03-github-actions-simplify-using-secrets-with-reusable-workflows/
This commit is contained in:
parent
04fdbf4b8b
commit
1c670717fb
13 changed files with 13 additions and 26 deletions
3
.github/workflows/cargo-bloat.yml
vendored
3
.github/workflows/cargo-bloat.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: cargo-bloat
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/cargo-expand.yml
vendored
3
.github/workflows/cargo-expand.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: cargo-expand
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/cargo-fuzz.yml
vendored
3
.github/workflows/cargo-fuzz.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: cargo-fuzz
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/cargo-llvm-lines.yml
vendored
3
.github/workflows/cargo-llvm-lines.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: cargo-llvm-lines
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/cargo-outdated.yml
vendored
3
.github/workflows/cargo-outdated.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: cargo-outdated
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/cargo-tally.yml
vendored
3
.github/workflows/cargo-tally.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: cargo-tally
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/cargo-unlock.yml
vendored
3
.github/workflows/cargo-unlock.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: cargo-unlock
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/cxxbridge-cmd.yml
vendored
3
.github/workflows/cxxbridge-cmd.yml
vendored
|
@ -13,5 +13,4 @@ jobs:
|
|||
bin: cxxbridge
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/faketty.yml
vendored
3
.github/workflows/faketty.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: faketty
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
|
@ -14,5 +14,4 @@ jobs:
|
|||
branch: nodefault
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/sha1dir.yml
vendored
3
.github/workflows/sha1dir.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: sha1dir
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/star-history.yml
vendored
3
.github/workflows/star-history.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: star-history
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
3
.github/workflows/xargo.yml
vendored
3
.github/workflows/xargo.yml
vendored
|
@ -12,5 +12,4 @@ jobs:
|
|||
crate: xargo
|
||||
permissions:
|
||||
contents: write
|
||||
secrets:
|
||||
private_key: ${{secrets.private_key}}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in a new issue