Accept PAT as input and default to typically usable value

This commit is contained in:
Caleb Maclennan
2021-03-16 07:50:02 +03:00
parent affa18ef97
commit d5e4f508ae
2 changed files with 6 additions and 1 deletions

View File

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