diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml index 9d567415f4b2a6..d7c9305325f82b 100644 --- a/.github/workflows/timezone-update.yml +++ b/.github/workflows/timezone-update.yml @@ -6,8 +6,15 @@ on: workflow_dispatch: +permissions: + contents: read + jobs: timezone_update: + permissions: + contents: write # to push local changes (gr2m/create-or-update-pull-request-action) + pull-requests: write # to create a PR (gr2m/create-or-update-pull-request-action) + if: github.repository == 'nodejs/node' runs-on: ubuntu-latest