diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 607f249f..6ac0e744 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,6 +1,8 @@ name: Node CI on: - push +permissions: + contents: write jobs: build: runs-on: ubuntu-latest @@ -27,7 +29,7 @@ jobs: run: bun i --no-save - name: Lint run: redrun fix:lint - - name: Typos + - name: Typos uses: coderaiser/typos.ai@v1.1.2 with: key: ${{ secrets.TYPOS_AI_KEY }}