Skip to content

Commit

Permalink
ci(test): use codecov token
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny authored and backportbot[bot] committed Jun 19, 2024
1 parent 6717c81 commit 2874cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
if: ${{ always() }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./nextcloud/apps/twofactor_totp/tests/clover.xml
flags: unittests
fail_ci_if_error: true
Expand Down

0 comments on commit 2874cda

Please sign in to comment.