Skip to content

Commit

Permalink
explicitly add token in secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dgg committed Jul 3, 2024
1 parent 60906d5 commit be14b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./release/TestResults/coverage.cobertura.xml
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

- name: Upload Coveralls coverage
Expand Down

0 comments on commit be14b72

Please sign in to comment.