Skip to content

Commit

Permalink
Add CODECOV_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 18, 2024
1 parent 115e5e1 commit 78c5669
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ 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

0 comments on commit 78c5669

Please sign in to comment.