From 81b90e94735ed514d643eb3668832811f24a2688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Wed, 14 Feb 2024 21:39:37 +0100 Subject: [PATCH] fix(ci): codecov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d10bf9..9a1652f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: npm run test:ci - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 - env: + with: token: ${{ secrets.CODECOV_TOKEN }} slug: rbalet/ngx-href