mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
7
.github/workflows/timezone-update.yml
vendored
7
.github/workflows/timezone-update.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user