We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af30823 commit f92871aCopy full SHA for f92871a
.github/workflows/timezone-update.yml
@@ -6,8 +6,15 @@ on:
6
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
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
18
if: github.repository == 'nodejs/node'
19
runs-on: ubuntu-latest
20
0 commit comments