File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ jobs:
363
363
- uses : codecov/codecov-action@v3
364
364
name : " Upload coverage to Codecov"
365
365
with :
366
+ token : ${{ secrets.CODECOV_TOKEN }}
366
367
name : centos-${{ matrix.mapdl-version }}-remote.xml
367
368
flags : centos,remote,${{ matrix.mapdl-version }}
368
369
@@ -511,6 +512,7 @@ jobs:
511
512
- uses : codecov/codecov-action@v3
512
513
name : " Upload coverage to Codecov"
513
514
with :
515
+ token : ${{ secrets.CODECOV_TOKEN }}
514
516
root_dir : ${{ github.workspace }}
515
517
name : ubuntu-v22.2.0-local.xml
516
518
flags : ubuntu,local,v22.2.0
@@ -580,6 +582,7 @@ jobs:
580
582
- uses : codecov/codecov-action@v3
581
583
name : " Upload coverage to Codecov"
582
584
with :
585
+ token : ${{ secrets.CODECOV_TOKEN }}
583
586
name : windows-v22.2.0-local.xml
584
587
flags : windows,local,v22.2.0
585
588
You can’t perform that action at this time.
0 commit comments