From 9aea14f573864eacb6af46408026ba727b86a44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 15:39:28 -0700 Subject: [PATCH] change description for token --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 30f716a..195f603 100644 --- a/action.yml +++ b/action.yml @@ -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'