Skip to content

Commit

Permalink
ci: remove CODECOV_TOKEN (#552)
Browse files Browse the repository at this point in the history
> For public repositories, no token is needed

https://github.com/codecov/codecov-action
  • Loading branch information
peaceiris committed Dec 18, 2020
1 parent eaab2e3 commit 584ffda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
path: coverage

- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Run ncc
run: npm run build
Expand Down

0 comments on commit 584ffda

Please sign in to comment.