From 93b3dea0bfeec264f65f649e54d961eed3b1c0d9 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:33:11 -0800 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 683e4bb02..ad900d0cf 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'GitHub Action that uploads coverage reports for your repository to author: 'Ibrahim Ali <@ibrahim0814> & Thomas Hu <@thomasrockhu> | Codecov' inputs: token: - description: 'Repository upload token - get it from codecov.io. Required only for private repositories' + description: 'Repository Codecov token. Used to authorize report uploads' required: false codecov_yml_path: description: 'Specify the path to the Codecov YML'