diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 194957d..2b1f0c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,3 +14,5 @@ jobs: PYTHON_VERSION_DEFAULT: 3.9.15 PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit MINIMUM_COVERAGE_PERCENTAGE: 100 + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}