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