mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Use explicit write permissions (#1404)
* Use explicit write permissions
* Revert "release: cargo-binstall v1.4.1 (#1403)"
This reverts commit 00941d8b43
.
This commit is contained in:
parent
499e6b07fa
commit
216d548fd4
6 changed files with 13 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
|||
release-lib:
|
||||
if: needs.info.outputs.is-release == 'true' && needs.info.outputs.crate != 'cargo-binstall'
|
||||
needs: info
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue