Skip to content

Commit 20112b6

Browse files
authored
Merge pull request #1030 from Nothing4You/remove-codecov-token
Revert Codecov GHA integration to use tokenless uploads
2 parents 50c2e66 + 954e7b0 commit 20112b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ jobs:
538538
DB-${{ join(matrix.db, '-') }},
539539
${{ matrix.os }}_${{ matrix.py }}_${{ join(matrix.db, '-') }}
540540
fail_ci_if_error: true
541-
token: ${{ secrets.CODECOV_TOKEN }}
542541

543542
- name: Upload test results to Codecov
544543
if: ${{ !cancelled() }}
@@ -553,7 +552,6 @@ jobs:
553552
DB-${{ join(matrix.db, '-') }},
554553
${{ matrix.os }}_${{ matrix.py }}_${{ join(matrix.db, '-') }}
555554
fail_ci_if_error: true
556-
token: ${{ secrets.CODECOV_TOKEN }}
557555

558556
check: # This job does nothing and is only used for the branch protection
559557
if: always()

0 commit comments

Comments
 (0)