diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dfd90a15..f4448454 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -137,7 +137,7 @@ jobs: python3 -m pytest tests --cov=tests/dendropy --cov-report=xml - uses: codecov/codecov-action@v4 with: - token: ${{ secrets.CODECOV_TOKEN }} + token: ae13d715-bae4-4e6d-9dce-f47e7d7c7c01 flags: unittests # optional fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)