codecov with instead of env (#618)

This commit is contained in:
John Roesler 2023-11-14 10:16:54 -06:00 committed by GitHub
parent da0b804d18
commit 83459ca846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,5 +31,5 @@ jobs:
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}