Skip to content

Commit a871015

Browse files
committed
chore(workflow): uncommented token
1 parent 6e86c9d commit a871015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: codecov/codecov-action@v5
2828
with:
2929
# Omit 'token' for public repos. For private repos:
30-
# token: ${{ secrets.CODECOV_TOKEN }}
30+
token: ${{ secrets.CODECOV_TOKEN }}
3131
files: coverage/lcov.info
3232
fail_ci_if_error: true

0 commit comments

Comments
 (0)