mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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>
This commit is contained in:
parent
74717cb7fa
commit
90840ccc77
2
.github/workflows/lint-release-proposal.yml
vendored
2
.github/workflows/lint-release-proposal.yml
vendored
|
|
@ -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
Block a user