Skip to content

Commit f67d9ac

Browse files
committed
Fixed CodeCov CI workflow
1 parent 389548b commit f67d9ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
with:
167167
files: lcov.info
168168
fail_ci_if_error: true
169-
token: ${{ secrets.CODECOV_GLOBAL_UPLOAD_TOKEN }}
170-
slug: ParadeDB/decimal-bytes
169+
token: ${{ secrets.CODECOV_TOKEN}}
170+
slug: paradedb/decimal-bytes
171171

172172
- name: Generate coverage summary
173173
run: |

0 commit comments

Comments
 (0)