From cfa982c70444a40a04cf52e0d8cd55c7db4c40ae Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Wed, 21 Feb 2024 15:30:31 +0100 Subject: [PATCH] fixup! see https://github.com/codecov/codecov-action/issues/1292 --- .github/workflows/pyaleph-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyaleph-ci.yml b/.github/workflows/pyaleph-ci.yml index 5e67b58a..94bc6054 100644 --- a/.github/workflows/pyaleph-ci.yml +++ b/.github/workflows/pyaleph-ci.yml @@ -73,7 +73,7 @@ jobs: pytest -Werror -Wignore::ResourceWarning -v . - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 - env: + with: token: ${{ secrets.CODECOV_TOKEN }} slug: aleph-im/pyaleph build: