diff --git a/action.yml b/action.yml index 2003cdd..b57a8c0 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,8 @@ name: 'Upload a Build Artifact' description: 'Upload a build artifact that can be used by subsequent workflow steps' author: 'GitHub' inputs: + token: + default: '' name: description: 'Artifact name' default: 'artifact'