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'