Skip to content

Commit c32c151

Browse files
authored
Merge pull request #1534 from nextcloud/ci/test/codecov-token
ci(test): use codecov token
2 parents 9ac5989 + 6a4491a commit c32c151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
5151
if: ${{ always() }}
5252
with:
53+
token: ${{ secrets.CODECOV_TOKEN }}
5354
file: ./nextcloud/apps/twofactor_totp/tests/clover.xml
5455
flags: unittests
5556
fail_ci_if_error: true

0 commit comments

Comments
 (0)