Skip to content

Commit

Permalink
Manually pass the codecov token in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Oct 30, 2022
1 parent 54a701a commit 6c2fdbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ jobs:
uses: "codecov/codecov-action@v2"
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6c2fdbf

Please sign in to comment.