Skip to content

Commit 43a3e5c

Browse files
committed
Remove Codecov token
1 parent b72f573 commit 43a3e5c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/test-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
with:
109109
flags: GHA_Docker
110110
name: ${{ matrix.docker }}
111-
token: ${{ secrets.CODECOV_ORG_TOKEN }}
112111

113112
success:
114113
permissions:

.github/workflows/test-mingw.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,3 @@ jobs:
9292
files: ./coverage.xml
9393
flags: GHA_Windows
9494
name: "MSYS2 MinGW"
95-
token: ${{ secrets.CODECOV_ORG_TOKEN }}

.github/workflows/test-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ jobs:
234234
files: ./coverage.xml
235235
flags: GHA_Windows
236236
name: ${{ runner.os }} Python ${{ matrix.python-version }}
237-
token: ${{ secrets.CODECOV_ORG_TOKEN }}
238237

239238
success:
240239
permissions:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ jobs:
177177
with:
178178
flags: ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
179179
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
180-
token: ${{ secrets.CODECOV_ORG_TOKEN }}
181180

182181
success:
183182
permissions:

0 commit comments

Comments
 (0)