From a82a98fcec4844150ee79b49e699f08d87c66d9c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 27 Sep 2022 10:13:29 -0700 Subject: [PATCH] Update .github/workflows/timezone-update.yml --- .github/workflows/timezone-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml index 2fb632ac75eb0c..d7c9305325f82b 100644 --- a/.github/workflows/timezone-update.yml +++ b/.github/workflows/timezone-update.yml @@ -13,7 +13,7 @@ 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) + pull-requests: write # to create a PR (gr2m/create-or-update-pull-request-action) if: github.repository == 'nodejs/node' runs-on: ubuntu-latest