From ae1523ae15defc227c5ca8f52e4d4fe5dd35b060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Mon, 16 Sep 2024 14:43:38 +0200 Subject: [PATCH] actions: add token to codecov upload --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e67e031abe..2c73b0b63d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -128,6 +128,7 @@ jobs: GEONATURE_CONFIG_FILE: config/test_config.toml - name: Upload coverage to Codecov if: ${{ matrix.debian-version == '11' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.0.1 with: flags: pytest + token: ${{ secrets.CODECOV_TOKEN }}