Skip to content

Commit 51ae4c0

Browse files
authored
Merge pull request #2585 from element-hq/fkwp/fix_codecov
set codecov token from secrets
2 parents 7e3e17a + 6521c80 commit 51ae4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
2424
with:
2525
flags: unittests
26+
token: ${{ secrets.CODECOV_TOKEN }}
2627
fail_ci_if_error: true

0 commit comments

Comments
 (0)