Skip to content

Commit 041f140

Browse files
committed
remove CODECOV_TOKEN
1 parent b4da80f commit 041f140

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/_test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
type: string
1010
description: The runner to run this job on
1111
required: true
12-
secrets:
13-
CODECOV_TOKEN:
14-
required: true
1512

1613
env:
1714
# https://github.com/pytest-dev/pytest/issues/2042
@@ -40,5 +37,3 @@ jobs:
4037
with:
4138
name: ${{ inputs.python-version }}/${{ inputs.runs-on }}
4239
files: cov.xml
43-
env:
44-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
uses: ./.github/workflows/_test.yml
1919
with:
2020
runs-on: ubuntu-latest
21-
secrets:
22-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2321

2422
docs:
2523
uses: ./.github/workflows/_docs.yml

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
with:
2626
runs-on: ${{ matrix.runs-on }}
2727
python-version: ${{ matrix.python-version }}
28-
secrets:
29-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3028
{% endraw %}{% if docker %}{% raw %}
3129
container:
3230
needs: test

0 commit comments

Comments
 (0)