From 2b880672dda8a525f8f34104f1e6ebcf5cf5d48c Mon Sep 17 00:00:00 2001 From: Michele Tartari <37861893+m-tartari@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:17:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20chore(ci):=20fix=20codecov=20arg?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f663d78..6d54dd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,6 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 - env: + with: token: ${{ secrets.CODECOV_TOKEN }} slug: m-tartari/m-tartari.github.io