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.'