Skip to content

Commit b7e4324

Browse files
authored
Use CODECOV_TOKEN
1 parent 009155d commit b7e4324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests-pcov-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9494
with:
95-
token: ${{ secrets.CODE_COV_TOKEN }}
95+
token: ${{ secrets.CODECOV_TOKEN }}
9696
files: ./coverage.xml
9797
verbose: true
9898

src/DataTableComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class DataTableComponent extends Component
1111
use HasAllTraits;
1212

1313
/**
14-
* Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called
14+
* Runs on every request, immediately after the component is instantiated, but before any other lifecycle methods are called
1515
*/
1616
#[On('refreshDatatable')]
1717
public function boot(): void

0 commit comments

Comments
 (0)