fix(ci): workflow should use 'with' not 'env'

This commit is contained in:
Oliver Booth 2024-02-17 00:28:58 +00:00
parent 5e60019a0d
commit 22da9aa769
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.0
env:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: dotCover.Output.xml
slug: oliverbooth/X10D