diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96f4818d..11a909a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: node-version: [12.x, 22.x] env: + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} FAIL_IF_DIST_MESSAGE: "These files are autogenerated. Please don't include changes to these files in your PR" # Set the timezone to Eastern Standard Time since that is what the library expects TZ: "America/New_York"