From caad4b2307114fa3863106ea31288a9614fc7265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 15:26:22 -0700 Subject: [PATCH] try bash uploader with secret token --- action.yml | 2 +- entrypoint.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index f8a9dd6..30f716a 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: 'chicken' + default: '{{secrets.CODECOV_TOKEN}}' branding: color: 'red' icon: 'umbrella' diff --git a/entrypoint.sh b/entrypoint.sh index 5519761..2282554 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,4 @@ set -eu -echo "hello $1" - -bash <(curl -s https://codecov.io/bash) \ No newline at end of file +bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file