From 5cfcb9aa064b28b466898a6cd678840d63960cf4 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Sun, 18 Feb 2024 19:11:47 +0000 Subject: [PATCH] Remove CODECOV_TOKEN secret completely --- .github/workflows/reusable-build-coverage.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/reusable-build-coverage.yml b/.github/workflows/reusable-build-coverage.yml index 7b5eaaa..1f221c8 100644 --- a/.github/workflows/reusable-build-coverage.yml +++ b/.github/workflows/reusable-build-coverage.yml @@ -52,9 +52,6 @@ jobs: file: ros_ws/lcov/total_coverage.info flags: unittests name: codecov-umbrella - # Repository upload token - get it from codecov.io and add it to the repository secrets - # from a public fork it is not necessary - token: ${{ secrets.CODECOV_TOKEN }} - uses: actions/upload-artifact@v4.3.1 with: name: colcon-logs-coverage-${{ inputs.ros_distro }}