From a5ce66b5e36c29663eee0cd6debe939973965337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 05:10:05 -0700 Subject: [PATCH] remove secrets word --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 07c3883..d6168ce 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: default: '' token: description: 'Set the private repository token (defaults to environment variable CODECOV_TOKEN)' - default: ${secrets.CODECOV_TOKEN} + default: ${CODECOV_TOKEN} branding: color: 'red' icon: 'umbrella'