From dc3cc561671dd9ab00d0fa32d15ae7adfa863614 Mon Sep 17 00:00:00 2001 From: Nuh Koca Date: Sun, 25 Jul 2021 15:02:29 +0200 Subject: [PATCH] Use Github token as default --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7a915ce..ca5046a 100644 --- a/action.yml +++ b/action.yml @@ -33,8 +33,9 @@ inputs: target_commitish: description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.' required: false -env: - 'GITHUB_TOKEN': 'As provided by Github Actions' + github_token: + description: 'GitHub Access Token, defaults to: {{ github.token }}' + default: '${{ github.token }}' outputs: url: description: 'URL to the Release HTML Page'