diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7337e2d0..56a51dfd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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