mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Opt in to granular repository write permission
This commit is contained in:
parent
aee3e380fc
commit
2cff523187
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: ${{inputs.crate}}
|
name: ${{inputs.crate}}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
Loading…
Reference in a new issue