From f796f7251ff1b03744bca3b9c0e556c70fa32f08 Mon Sep 17 00:00:00 2001 From: filzrev <103790468+filzrev@users.noreply.github.com> Date: Sat, 14 Dec 2024 23:11:32 +0900 Subject: [PATCH] chore: add codecov token parameter --- .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 03331660a89..46f66a468e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: - fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} - run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV if: matrix.os == 'ubuntu-latest'