Skip to content

Commit e82f5e0

Browse files
committed
ci: add codecov secret
1 parent 4931b98 commit e82f5e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545

4646
- name: CodeCov
4747
uses: codecov/codecov-action@v4.0.1
48+
with:
49+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/not-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343

4444
- name: CodeCov
4545
uses: codecov/codecov-action@v4.0.1
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)