diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cf575e3..12009fa 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,6 +5,9 @@ on: branches: [main] pull_request: +permissions: + contents: read + jobs: build: name: ESLint ${{ matrix.eslint }} on Node ${{ matrix.node }}