Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit ee6faf1

Browse files
committed
ci: use codecov token
1 parent 6e9b2f1 commit ee6faf1

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ jobs:
138138
if: matrix.build_type == 'Debug'
139139
uses: codecov/codecov-action@v2
140140
with:
141+
token: ${{ secrets.CODECOV_TOKEN }}
141142
fail_ci_if_error: true
142143
verbose: true

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ jobs:
8383
if: matrix.build_type == 'Debug'
8484
uses: codecov/codecov-action@v2
8585
with:
86+
token: ${{ secrets.CODECOV_TOKEN }}
8687
fail_ci_if_error: true
8788
verbose: true

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,6 @@ jobs:
158158
if: matrix.build_type == 'Debug'
159159
uses: codecov/codecov-action@v2
160160
with:
161+
token: ${{ secrets.CODECOV_TOKEN }}
161162
fail_ci_if_error: true
162163
verbose: true

0 commit comments

Comments
 (0)