From 2a90ff6c51e096f927d9840794dd3f9920e3c1de Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Fri, 6 Aug 2021 15:49:35 +0900 Subject: [PATCH] set default value for token action input --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 57342177..7b5932ed 100644 --- a/action.yml +++ b/action.yml @@ -90,7 +90,7 @@ inputs: token: description: 'The Github token.' required: true - default: '' + default: ${{ github.token }} outputs: id: description: 'The identifier of the created release.'