Skip to content

Commit e10095a

Browse files
sashashurajuanarbol
authored andcommittedOct 11, 2022
build: update timezone-update.yml
Signed-off-by: sashashura <[email protected]> PR-URL: #44717 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent e9e1309 commit e10095a

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)
Please sign in to comment.