Skip to content

Commit 6735a5c

Browse files
authored
Update phpci.yaml
1 parent 8fd5d2a commit 6735a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v4
4141
with:
42-
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
42+
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4343
file: build/logs/clover.xml
4444
fail_ci_if_error: true
4545

0 commit comments

Comments
 (0)