From f6ca0f08f726ac5d7d4a3c683ee5cb7c69b1a46c Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 12 Dec 2023 16:32:22 +0100 Subject: [PATCH] use env instead --- .github/workflows/ci_conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_conda.yml b/.github/workflows/ci_conda.yml index b7617030a..aa7df08a1 100644 --- a/.github/workflows/ci_conda.yml +++ b/.github/workflows/ci_conda.yml @@ -34,7 +34,8 @@ jobs: - name: Upload to codecov uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml verbose: true