Skip to content

Commit

Permalink
Remove CODECOV_TOKEN from env.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-lee authored May 1, 2024
1 parent 0acd88b commit 44a7bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:

- name: Upload to codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 44a7bb8

Please sign in to comment.