Skip to content

Commit

Permalink
Update Codecov Action with Token (auth0#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored and tusharpandey13 committed Aug 22, 2024
1 parent d58f7f6 commit 9056af2
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 # [email protected]

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

0 comments on commit 9056af2

Please sign in to comment.