Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: Fix permissions for release-sources job
For reusable workflows, the called workflow cannot upgrade it's permissions, and since the default permission is none, we need to explicitly declare 'contents: read' when calling the release-sources workflow. Fixes the error: The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
- Loading branch information