Skip to content

Commit 17dbec5

Browse files
authored
Merge pull request #301 from uuf6429/chore/add-back-token
Add back codecov token
2 parents 18ab90d + d8c96c5 commit 17dbec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464

6565
- uses: codecov/codecov-action@v4
6666
with:
67+
token: ${{ secrets.CODECOV_TOKEN }}
6768
files: coverage.xml
6869
flags: php${{ matrix.php }}${{ matrix.composer-flags }}
6970

7071
- uses: codecov/test-results-action@v1
72+
with:
73+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)