mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 19:51:21 +02:00
CI: Use CODECOV_TOKEN
directly from secrets
again
It will not be available on PRs submitted by non-owners anyway.
This commit is contained in:
parent
0cd64c1026
commit
c6a740ab64
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -80,7 +80,6 @@ jobs:
|
|||||||
OS: ${{ matrix.os }}
|
OS: ${{ matrix.os }}
|
||||||
PYTHON: ${{ matrix.python-version }}
|
PYTHON: ${{ matrix.python-version }}
|
||||||
BARE: ${{ matrix.bare }}
|
BARE: ${{ matrix.bare }}
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
||||||
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} ${{ matrix.bare && '(bare)' || '' }}
|
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} ${{ matrix.bare && '(bare)' || '' }}
|
||||||
steps:
|
steps:
|
||||||
@ -154,3 +153,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
fail_ci_if_error: false
|
fail_ci_if_error: false
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user