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>
  • Loading branch information
sashashura committed Sep 19, 2022
1 parent a2a32d8 commit 7fb5906
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 7fb5906

Please sign in to comment.