mirror of https://github.com/nodejs/node.git
tools: fix permissions in `lint-release-proposal` workflow
PR-URL: https://github.com/nodejs/node/pull/56614 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>pull/56647/head
parent
74717cb7fa
commit
90840ccc77
|
@ -19,6 +19,8 @@ permissions:
|
|||
jobs:
|
||||
lint-release-commit:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: read
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue