forked from mirrors/action-gh-release
Accept PAT as input and default to typically usable value
This commit is contained in:
parent
affa18ef97
commit
d5e4f508ae
2 changed files with 6 additions and 1 deletions
|
@ -30,6 +30,10 @@ inputs:
|
|||
repository:
|
||||
description: 'Repository to make releases against, in <owner>/<repo> format'
|
||||
required: false
|
||||
token:
|
||||
description: 'Authorized secret GitHub Personal Access Token. Defaults to github.token'
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
env:
|
||||
'GITHUB_TOKEN': 'As provided by Github Actions'
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue