From d036c42301765930303db6234529533a6aa17e75 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Sun, 18 Feb 2024 19:08:52 +0000 Subject: [PATCH] Remove token again --- .github/workflows/reusable-build-coverage.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-build-coverage.yml b/.github/workflows/reusable-build-coverage.yml index fab1118..7b5eaaa 100644 --- a/.github/workflows/reusable-build-coverage.yml +++ b/.github/workflows/reusable-build-coverage.yml @@ -11,10 +11,6 @@ on: required: false default: 'ubuntu-latest' type: string - secrets: - CODECOV_TOKEN: - description: 'Repository upload token - get it from codecov.io' - required: true env: # this will be src/{repo-owner}/{repo-name} @@ -56,6 +52,8 @@ 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: