mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
release pipeline: release workflow needs write permissions (#17669)
In #17103 we set read-only permissions on all the workflows. Unfortunately we missed that the `release` workflow makes git commits and pushes them to the repository, so it needs to have write permissions.
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -203,6 +203,6 @@ jobs:
|
||||
else
|
||||
echo "no files were updated"
|
||||
fi
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user