Skip to content

Commit ae8195f

Browse files
committed
remove CODECOV_TOKEN
1 parent 1fa6a3b commit ae8195f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test_cc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
ENABLE_PADDLE: ${{ matrix.enable_paddle && '1' || '0' }}
100100
if: ${{ !matrix.check_memleak }}
101101
- uses: codecov/codecov-action@v5
102-
env:
103-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
104102
with:
105103
use_oidc: true
106104
permissions:

.github/workflows/test_python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
path: .test_durations_${{ matrix.group }}
7878
include-hidden-files: true
7979
- uses: codecov/codecov-action@v5
80-
env:
81-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8280
with:
8381
use_oidc: true
8482
permissions:

0 commit comments

Comments
 (0)