Skip to content

Commit e83d526

Browse files
committed
Explicitly pass the CODECOV_TOKEN
1 parent 27e8407 commit e83d526

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- "11"
3636
exclude:
3737
- php: "8.1"
38-
laravel: "11"
38+
laravel: "11"
3939

4040
steps:
4141
- name: Checkout code
@@ -63,3 +63,5 @@ jobs:
6363

6464
- name: Upload code coverage
6565
uses: codecov/codecov-action@v4
66+
with:
67+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)