diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index 857741e..a8250d8 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -16,6 +16,8 @@ jobs: - run: npm ci - run: npm run lint - run: npm test + env: + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} code-climate: needs: build