From 5c215e4f8f27871e6c0a49ec992592464cb9333e Mon Sep 17 00:00:00 2001 From: cesine Date: Wed, 20 Nov 2024 11:44:49 -0500 Subject: [PATCH] coveralls token (#638) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) 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"