ci(codecov): use codecov token (#3866)
This commit is contained in:
parent
efaab49e47
commit
5cece2776a
|
@ -203,6 +203,8 @@ jobs:
|
|||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
if: github.repository == 'starship/starship'
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: lcov.info
|
||||
fail_ci_if_error: true
|
||||
|
|
Loading…
Reference in New Issue