Skip to content

Commit f92871a

Browse files
sashashuradanielleadams
authored andcommitted
build: update timezone-update.yml
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>
1 parent af30823 commit f92871a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/timezone-update.yml

+7
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ on:
66

77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
timezone_update:
14+
permissions:
15+
contents: write # to push local changes (gr2m/create-or-update-pull-request-action)
16+
pull-requests: write # to create a PR (gr2m/create-or-update-pull-request-action)
17+
1118
if: github.repository == 'nodejs/node'
1219
runs-on: ubuntu-latest
1320

0 commit comments

Comments
 (0)