mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-10-11 02:51:40 +00:00
Accept PAT as input and default to typically usable value
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user