0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Explicitly add codecov token to action, see https://github.com/codecov/codecov-action/issues/557

This commit is contained in:
Marcus Bointon 2022-09-06 22:56:31 +02:00
parent 88b2d6852c
commit f3a9d79c6c
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -168,3 +168,5 @@ jobs:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
# see https://github.com/codecov/codecov-action/issues/557
token: ${{ secrets.CODECOV_TOKEN }}