Skip to content

Commit

Permalink
Provide CODECOV_TOKEN to codecov-action (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Apr 16, 2024
1 parent 3061dbb commit d02a340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: ./coverage/lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run benchmark
run: npm run benchmark | tee output.txt
Expand Down

0 comments on commit d02a340

Please sign in to comment.