| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 15bd0da commit 5014f22
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,7 @@ jobs: | |||
| 20 | 20 | lint-release-commit: | |
| 21 | 21 | runs-on: ubuntu-slim | |
| 22 | 22 | permissions: | |
| 23 | + contents: read | ||
| 23 | 24 | pull-requests: read | |
| 24 | 25 | steps: | |
| 25 | 26 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,6 +32,7 @@ jobs: | |||
| 32 | 32 | name: Notify on Push on `main` that lacks metadata | |
| 33 | 33 | if: github.repository == 'nodejs/node' | |
| 34 | 34 | permissions: | |
| 35 | + contents: read | ||
| 35 | 36 | pull-requests: write | |
| 36 | 37 | # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized | |
| 37 | 38 | runs-on: ubuntu-24.04-arm | |
| Back | FazBrowse Home | New Git URL |
0 commit comments