From 83134b4d62ed0d7bc0726d1a3dbdff81ee30c96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 21:27:20 -0700 Subject: [PATCH] token req clarification --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1586910..97fb4f2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 028521d..692649c 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'Ib @ Codecov' inputs: token: description: 'Set the repository token' - required: true + required: false branding: color: 'red' icon: 'umbrella'