Skip to content

Commit

Permalink
build: update timezone-update.yml
Browse files Browse the repository at this point in the history
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>

PR-URL: #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>
  • Loading branch information
sashashura authored and danielleadams committed Oct 5, 2022
1 parent af30823 commit f92871a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/timezone-update.yml
Expand Up @@ -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

Expand Down

0 comments on commit f92871a

Please sign in to comment.