| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af30823 commit f92871a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,8 +6,15 @@ on: | |||
| 6 | 6 | ||
| 7 | 7 | workflow_dispatch: | |
| 8 | 8 | ||
| 9 | + permissions: | ||
| 10 | + contents: read | ||
| 11 | + | ||
| 9 | 12 | jobs: | |
| 10 | 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 | + | ||
| 11 | 18 | if: github.repository == 'nodejs/node' | |
| 12 | 19 | runs-on: ubuntu-latest | |
| 13 | 20 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments