Skip to content

Commit 1d6fd56

Browse files
committed
Use org token to upload coverage
1 parent 5f38dab commit 1d6fd56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
5656
- name: 'Upload coverage'
5757
uses: codecov/codecov-action@v5
58+
with:
59+
token: ${{ secrets.CODECOV_ORG_TOKEN }}
5860

5961
- name: 'Build package'
6062
run: python make.py

0 commit comments

Comments
 (0)