mirror of
https://github.com/starship/starship.git
synced 2025-03-17 08:48:24 +01:00
ci(codecov): use codecov token (#3866)
This commit is contained in:
parent
efaab49e47
commit
5cece2776a
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -203,6 +203,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
if: github.repository == 'starship/starship'
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: lcov.info
|
files: lcov.info
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
Loading…
Reference in New Issue
Block a user