From 42b5a5e93c8ca9417c69cda46a7615d37fa26b54 Mon Sep 17 00:00:00 2001 From: Gusto Date: Mon, 11 Sep 2023 14:11:06 +0300 Subject: [PATCH] Remove codecov token, not required for public repos --- .github/workflows/codecov.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 87a758bd2..ebfc5443a 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -37,7 +37,6 @@ jobs: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov; - uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} directory: /tmp/cov/ name: nomos-node-codecov fail_ci_if_error: true