Skip to content

Commit

Permalink
Use CODECOVE_TOKEN secret while uploading data to codecov (#1467)
Browse files Browse the repository at this point in the history
Use CODECOVE_TOKEN secret while uploading data to codeve in GitHub action
  • Loading branch information
sequba authored Dec 3, 2024
1 parent 5368e84 commit fa06221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@6004246f47ab62d32be025ce173b241cd84ac58e # https://github.com/codecov/codecov-action/releases/tag/v1.0.13
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

browser-tests:
strategy:
Expand Down

0 comments on commit fa06221

Please sign in to comment.