diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1538e5a6..4ec385b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: env_vars: RUNNER_OS,PYTHON_VERSION name: codecov-gha fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN}} build_1: name: xradar notebook tests - linux @@ -118,6 +119,7 @@ jobs: env_vars: RUNNER_OS,PYTHON_VERSION name: codecov-gha fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN}} test_build_distribution_testpypi: diff --git a/docs/history.md b/docs/history.md index b6f1e9f4..813626e6 100644 --- a/docs/history.md +++ b/docs/history.md @@ -4,6 +4,7 @@ * MNT: Update GitHub actions, address DeprecationWarnings ({pull}`153`) by [@kmuehlbauer](https://github.com/kmuehlbauer). * MNT: restructure odim.py/gamic.py, add test_odim.py/test_gamic.py ({pull}`154`) by [@kmuehlbauer](https://github.com/kmuehlbauer). +* MNT: use CODECOV token ({pull}`155`) by [@kmuehlbauer](https://github.com/kmuehlbauer). ## 0.4.3 (2024-02-24)