From e897fcde534f67628caa2c39c672fa7571706ac6 Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Fri, 6 Dec 2024 12:58:25 +0200 Subject: [PATCH] Remove codecov token --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f580df8..db8ba70 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -96,8 +96,6 @@ jobs: uses: codecov/codecov-action@v5 with: files: target/cobertura.xml - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Job summary (tests) if: ${{ always() }} shell: bash