From 8cec43fe4df57d01f98301a2f4103f96a42f3a8b Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 12:27:09 +0800 Subject: [PATCH] include token --- .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 a83d2a6..2bf8b06 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -91,4 +91,5 @@ jobs: fail_ci_if_error: true flags: unittests name: codecov-coverage + token: ${{ secrets.CODECOV_TOKEN }} # Set this secret in your repository settings