From 4fd91f8b23f3ffd3bf9f7f83d128d14fa9b26bfe Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 7 Aug 2021 03:39:07 +0900 Subject: [PATCH] set default value for token action input (#104) --- 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.'