mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
token req clarification
This commit is contained in:
parent
da90402a6e
commit
83134b4d62
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ steps:
|
|||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
```
|
||||
>**Note**: This assumes that you've set your Codecov token inside settings > secrets as `CODECOV_TOKEN`. If not, you can get an upload token for your specific repo on codecov.io
|
||||
>**Note**: This assumes that you've set your Codecov token inside settings > secrets as `CODECOV_TOKEN`. If not, you can get an upload token for your specific repo on codecov.io. A token is not required for public repositories.
|
||||
|
||||
## Arguments
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ author: 'Ib @ Codecov'
|
|||
inputs:
|
||||
token:
|
||||
description: 'Set the repository token'
|
||||
required: true
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
|
|||
Loading…
Reference in a new issue