From d5749ba79ad0a1647198e63bc2f564d3ccf436a9 Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Thu, 17 Oct 2019 12:32:14 -0700 Subject: [PATCH] change token requirement to true --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index eed61cf93..4697a29b2 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: required: false token: description: 'Repository upload token - get it from codecov.io' - required: false + required: true file: description: 'Path to coverage file to upload' required: false @@ -25,4 +25,4 @@ runs: - ${{ inputs.token }} - ${{ inputs.file }} - ${{ inputs.flags }} - \ No newline at end of file +