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 daced4a commit d92ba28Copy full SHA for d92ba28
2 files changed
.github/workflows/lint-release-proposal.yml
@@ -20,6 +20,7 @@ jobs:
20
lint-release-commit:
21
runs-on: ubuntu-latest
22
permissions:
23
+ contents: read
24
pull-requests: read
25
steps:
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
.github/workflows/notify-on-push.yml
@@ -32,6 +32,7 @@ jobs:
32
if: github.repository == 'nodejs/node'
33
34
35
36
pull-requests: write
37
38
0 commit comments