Skip to content

Commit

Permalink
Update Codecov Action with Token (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Aug 22, 2024
1 parent 8c31d2f commit 7c015d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ jobs:

- name: Upload coverage
if: matrix.node-version == '18.17'
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4

uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7c015d1

Please # to comment.