Skip to content

Commit fb28c46

Browse files
authored
Update codecov token in action
1 parent 5fbe51d commit fb28c46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ jobs:
244244
- name: Send code coverage
245245
if: ${{ matrix.COVERAGE == 1 && env.CODECOV == '1' }}
246246
uses: codecov/codecov-action@v5
247-
env:
248-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
247+
with:
248+
token: ${{ secrets.CODECOV_TOKEN }}
249249
# END MySQL and MariaDB Job
250250

251251
# START PostgreSQL Job

0 commit comments

Comments
 (0)