ci: remove CODECOV_TOKEN (#552)

> For public repositories, no token is needed

https://github.com/codecov/codecov-action
This commit is contained in:
Shohei Ueda
2020-12-18 16:42:51 +09:00
committed by GitHub
parent eaab2e3404
commit 584ffda459

View File

@@ -74,8 +74,6 @@ jobs:
path: coverage
- uses: codecov/codecov-action@v1.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run ncc
run: npm run build