mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Restore required permission for the release job
This commit is contained in:
parent
6bab2e750b
commit
f7cc528deb
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -268,6 +268,9 @@ jobs:
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
needs: [rustfmt, test, bench, dist]
|
||||
|
||||
permissions:
|
||||
contents: write # for creating the dev tag and release
|
||||
|
||||
concurrency:
|
||||
group: release-dev
|
||||
cancel-in-progress: true
|
||||
|
Loading…
Reference in New Issue
Block a user