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