From 39ecddbfa7882bb15ce2421197acb22670d36f5e Mon Sep 17 00:00:00 2001 From: Garrett Wright Date: Fri, 4 Oct 2024 10:34:58 -0400 Subject: [PATCH] update code cov to token auth --- .github/workflows/workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dd75b0d6c6..33a974b214 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -55,6 +55,8 @@ jobs: run: tox --skip-missing-interpreters false -e py${{ matrix.python-version }}-${{ matrix.pyenv }} - name: Upload Coverage to CodeCov uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} conda-build: needs: check