Skip to content

Commit 08b8031

Browse files
committed
ci(coverage): authenticate Codecov upload with org CODECOV_TOKEN
1 parent 3b6f1c2 commit 08b8031

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- name: Upload to Codecov (tokenless; never fails the build)
8181
uses: codecov/codecov-action@v5
8282
with:
83+
token: ${{ secrets.CODECOV_TOKEN }}
8384
files: plugin/lcov.info
8485
slug: GetBusbar/store-sqlite
8586
fail_ci_if_error: false

0 commit comments

Comments
 (0)