Skip to content

Commit 3c7c0da

Browse files
authored
ci: use codecov token when uploading reports (open-telemetry#2468)
1 parent 23aae01 commit 3c7c0da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ jobs:
139139
- name: Report Coverage
140140
if: ${{ matrix.code-coverage && !cancelled()}}
141141
uses: codecov/codecov-action@v4
142+
env:
143+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
142144
with:
143145
verbose: true
144146

@@ -170,5 +172,7 @@ jobs:
170172
run: npm run test:browser
171173
- name: Report Coverage
172174
uses: codecov/codecov-action@v4
175+
env:
176+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
173177
with:
174178
verbose: true

0 commit comments

Comments
 (0)