mirror of https://github.com/caronc/apprise
CI: Explicitly configure CODECOV_TOKEN to mitigate intermittent failures (#716)
parent
17202e2fa3
commit
3078f35d9c
|
@ -51,6 +51,7 @@ jobs:
|
|||
OS: ${{ matrix.os }}
|
||||
PYTHON: ${{ matrix.python-version }}
|
||||
BARE: ${{ matrix.bare }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} (bare=${{ matrix.bare }})
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue