From 948e3bb3722fa5659f38e47b39ec4d15fde1824c Mon Sep 17 00:00:00 2001 From: friendlyanon Date: Sat, 13 Apr 2024 13:12:33 +0200 Subject: [PATCH] Add `token` argument to the Codecov action --- cmake-init/templates/common/.github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake-init/templates/common/.github/workflows/ci.yml b/cmake-init/templates/common/.github/workflows/ci.yml index 375e667..94fe1c7 100644 --- a/cmake-init/templates/common/.github/workflows/ci.yml +++ b/cmake-init/templates/common/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: uses: codecov/codecov-action@v4 with: file: build/coverage/coverage.info + token: ${{ secrets.CODECOV_TOKEN }} sanitize: needs: [lint]