From ec3e12bf37cd1c478add8b155e2be3380516c41e Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sat, 17 Feb 2024 17:17:42 -0800 Subject: [PATCH] chore: try codecov token again I tried this recently in 1a1a820569f0883a317944973c15cf34431dd6c2 and then reverted in b8b1c4224d0ec7d631d26c78922c018dd5b895f5. Unfortunately I'm still seeing spurious failures from codecov, so let's try the token one more time. This time I double checked the token is provided by https://app.codecov.io/gh/shelljs/shelljs/settings. I regenerated the token for good measure. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 415374bd..31d3fb26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,4 +51,5 @@ jobs: if: matrix.node-version >= 10 uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true