diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 7d59bf14..3fed3b05 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -11,6 +11,9 @@ on: schedule: - cron: '0 0 * * 0' +permissions: + contents: read # to fetch code (actions/checkout) + jobs: build-php: # Don't trigger on schedule event when in a fork