diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index cea11aaf..d909ff3f 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -13,7 +13,8 @@ on: # * is a special character in YAML, so we have to quote this string - cron: '0 4 10 * *' -permissions: read-all +permissions: + contents: read jobs: build: