3
0
Fork 0
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:
David Tolnay 2022-06-20 03:15:03 -07:00
parent aee3e380fc
commit 2cff523187
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -17,6 +17,8 @@ jobs:
build:
name: ${{inputs.crate}}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable