Skip to content

Commit 6521c80

Browse files
committed
set codecov token from secrets
1 parent 7e3e17a commit 6521c80

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)