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: