Skip to content

Commit 0ab3b7f

Browse files
authored
ci: provide Codecov Token (#4501)
1 parent 1a6d7e7 commit 0ab3b7f

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
@@ -226,6 +226,8 @@ jobs:
226226

227227
- name: Upload code coverage
228228
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
229+
with:
230+
token: ${{ secrets.CODECOV_TOKEN }}
229231

230232
- name: Upload build and test outputs
231233
if: failure()

0 commit comments

Comments
 (0)