diff --git a/.github/workflows/check-candidate-release.yml b/.github/workflows/check-candidate-release.yml index 4b7c2a98..57e8c038 100644 --- a/.github/workflows/check-candidate-release.yml +++ b/.github/workflows/check-candidate-release.yml @@ -5,6 +5,9 @@ on: - cron: '59 4 * * 2' workflow_dispatch: +permissions: + contents: read + jobs: check_candidates: runs-on: ubuntu-latest