mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-28 14:16:02 +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:
|
target_commitish:
|
||||||
description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.'
|
description: 'Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA.'
|
||||||
required: false
|
required: false
|
||||||
env:
|
github_token:
|
||||||
'GITHUB_TOKEN': 'As provided by Github Actions'
|
description: 'GitHub Access Token, defaults to: {{ github.token }}'
|
||||||
|
default: '${{ github.token }}'
|
||||||
outputs:
|
outputs:
|
||||||
url:
|
url:
|
||||||
description: 'URL to the Release HTML Page'
|
description: 'URL to the Release HTML Page'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue