mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-17 15:29:21 +00:00
[action] codecov token not needed for public repos
This commit is contained in:
parent
b7f8f15619
commit
16c20c9279
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -60,7 +60,6 @@ jobs:
|
||||
name: Codecov
|
||||
uses: codecov/codecov-action@v1.2.1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
file: ./coverage.out # optional
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
|
Loading…
Reference in New Issue
Block a user