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:
Tim Gross
2023-06-22 10:40:45 -04:00
committed by GitHub
parent 876117fadd
commit b23fe72fb5

View File

@@ -203,6 +203,6 @@ jobs:
else
echo "no files were updated"
fi
permissions:
contents: read
permissions:
contents: write