mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
change description for token
This commit is contained in:
parent
caad4b2307
commit
9aea14f573
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ inputs:
|
|||
description: 'Flag the upload to group coverage metrics (e.g. unittests | integration | ui,chrome)'
|
||||
default: ''
|
||||
token:
|
||||
description: 'Set the private repository token (defaults to environment variable CODECOV_TOKEN)'
|
||||
description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)'
|
||||
default: '{{secrets.CODECOV_TOKEN}}'
|
||||
branding:
|
||||
color: 'red'
|
||||
|
|
|
|||
Loading…
Reference in a new issue