From 438d50711be5ed67b15a28a6ba1bfca8287433a4 Mon Sep 17 00:00:00 2001 From: omer fainshtein <146735888+omerfain@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:57:25 +0200 Subject: [PATCH] Update codecov.yaml --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 2cbeb52..ee2aa8d 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -40,7 +40,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: - token: ${{ secrets.CODECOV_MICRO_ENGINES_ORG_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} files: ./cover.out flags: target=auto fail_ci_if_error: true