From 43eae61579594236ea9ca0f96aa8e52ca0220240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 17:37:08 -0700 Subject: [PATCH] remove default token --- action.yml | 1 - entrypoint.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 8f58876..8ab386a 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,6 @@ inputs: default: '' token: description: 'Set the private repository token (defaults to secret CODECOV_TOKEN)' - default: 'something' branding: color: 'red' icon: 'umbrella' diff --git a/entrypoint.sh b/entrypoint.sh index b7b7193..59e80a4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,8 +2,6 @@ set -eu -#echo $1 - if [ -z "$1" ] then echo "No token supplied"