Skip to content

Commit

Permalink
Remove token again
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 18, 2024
1 parent caadad7 commit d036c42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit d036c42

Please sign in to comment.