From cb76fb5bdc62a25e6af9639662728f2db779ec7a Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 13:49:01 +0800 Subject: [PATCH] token included --- .github/workflows/template_unit_pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 4cdabca..c4f0be0 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -89,5 +89,6 @@ jobs: with: files: ${{ env.TESTS_COVERAGE_REPORT_PATH }} fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}