diff --git a/.github/workflows/onpullrequest.yml b/.github/workflows/onpullrequest.yml index a9a7f4d1f..307157f07 100644 --- a/.github/workflows/onpullrequest.yml +++ b/.github/workflows/onpullrequest.yml @@ -25,11 +25,12 @@ jobs: env: CI: true - name: Report NYC coverage - uses: sidx1024/report-nyc-coverage-github-action@v1.2.6 + uses: sidx1024/report-nyc-coverage-github-action@v1.2.7 with: # Path to coverage file generated by "nyc report". coverage_file: "coverage/coverage-summary.json" base_coverage_file: "coverage/coverage-summary.json" comment_template_file: ".github/comment-template.md" + github_token: ${{ secrets.GITHUB_TOKEN }}