Skip to content

Commit

Permalink
use env instead
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 12, 2023
1 parent 408e3ac commit f6ca0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6ca0f0

Please sign in to comment.