mirror of https://github.com/go-co-op/gocron.git
codecov with instead of env (#618)
This commit is contained in:
parent
da0b804d18
commit
83459ca846
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue