diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 64806de..25dbbd2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -10,6 +10,9 @@ jobs: build: runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write strategy: matrix: @@ -17,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: