From e2c6aed942a37c3fe5476dac1e3f1b91632e396e Mon Sep 17 00:00:00 2001 From: Mike Fogel Date: Mon, 1 Jan 2024 17:15:45 -0800 Subject: [PATCH] Use private codecov token --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e325e1..d924ae6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: - name: Upload coverage report to codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true build: