Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <93376818+sashashura@users.noreply.github.com>2022-09-19 10:55:47 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-10-05 13:52:57 +0300
commitf92871a52bd6fce6cdb064418d70d6b8be5901ca (patch)
treee64489af380e1c5174f8bb94ddf46d79dcd9d99b /.github
parentaf308238817798272e5090fa70ab01467d44fd38 (diff)
build: update timezone-update.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> PR-URL: https://github.com/nodejs/node/pull/44717 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/timezone-update.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml
index 9d567415f4b..d7c9305325f 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