Skip to content

Commit

Permalink
Update ci-build.yml (#1952)
Browse files Browse the repository at this point in the history
Adds repository upload token to git action
  • Loading branch information
srajiang committed Sep 18, 2023
1 parent d088ec8 commit 1080747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
if: matrix.node-version == '20.x'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: coverage
fail_ci_if_error: true
verbose: true

0 comments on commit 1080747

Please sign in to comment.