From cfafeaac66820db6fdd8030f37b90bc87948120c Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 27 Mar 2025 15:46:48 -0700 Subject: [PATCH] Remove references to Codecov token (#14033) --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b039315b30..6411337f6e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,8 +71,6 @@ jobs: - name: Upload results to codecov.io uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} rust: name: Run Rust tests on ${{ matrix.os }}