Use Github token as default

This commit is contained in:
Nuh Koca 2021-07-25 15:02:29 +02:00 committed by GitHub
parent 5e3f23f92c
commit dc3cc56167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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