Skip to content

Commit 10eeba3

Browse files
committed
add reference to token from secrets
1 parent 529f831 commit 10eeba3

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
@@ -24,6 +24,7 @@ jobs:
2424
- name: Upload Coverage
2525
uses: codecov/[email protected]
2626
with:
27+
token: ${{ secrets.CODECOV_TOKEN }}
2728
files: build/reports/cobertura.xml
2829
flags: unittests
2930
name: codecov-unit
@@ -47,6 +48,7 @@ jobs:
4748
- name: Upload Coverage
4849
uses: codecov/[email protected]
4950
with:
51+
token: ${{ secrets.CODECOV_TOKEN }}
5052
files: build/reports/cobertura.xml
5153
flags: uitests
5254
name: codecov-ui

0 commit comments

Comments
 (0)