mirror of
https://github.com/caronc/apprise.git
synced 2025-02-23 05:31:17 +01:00
CI: Explicitly configure CODECOV_TOKEN to mitigate intermittent failures (#716)
This commit is contained in:
parent
17202e2fa3
commit
3078f35d9c
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -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
Block a user