ci(codecov): use codecov token (#3866)

This commit is contained in:
David Knaack 2022-04-12 18:01:49 +02:00 committed by GitHub
parent efaab49e47
commit 5cece2776a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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