mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
Force tokens to be required
This commit is contained in:
parent
c256d56669
commit
61aa29cbd2
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ description: 'GitHub Action that uploads coverage reports for your repository to
|
|||
author: 'Ibrahim Ali <@ibrahim0814> & Thomas Hu <@thomasrockhu> | Codecov'
|
||||
inputs:
|
||||
token:
|
||||
description: 'Repository upload token - get it from codecov.io. Required only for private repositories'
|
||||
required: false
|
||||
description: 'Repository upload token - get it from codecov.io. Tokens should be added as a repository or organization secret (e.g. https://github.com/{owner}/{repo}/settings/secrets/actions).'
|
||||
required: true
|
||||
file:
|
||||
description: 'Path to coverage file to upload'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue