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'