Skip to content

Commit 83134b4

Browse files
committed
token req clarification
1 parent da90402 commit 83134b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
with:
1515
token: ${{secrets.CODECOV_TOKEN}}
1616
```
17-
>**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
17+
>**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.
1818

1919
## Arguments
2020

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'Ib @ Codecov'
44
inputs:
55
token:
66
description: 'Set the repository token'
7-
required: true
7+
required: false
88
branding:
99
color: 'red'
1010
icon: 'umbrella'

0 commit comments

Comments
 (0)