mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-28 06:16:01 +00:00
Use Github token as default
This commit is contained in:
parent
5e3f23f92c
commit
dc3cc56167
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue