diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 09b2a1f..4af5dac 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,5 +26,5 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline - run: npm run test - with: + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}