Added a default github_token (#91)
* Added a default github_token * Update README.md * Update README.md * Update README.md * Update action.yml Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com> Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com>
This commit is contained in:
@@ -6,8 +6,9 @@ branding:
|
||||
color: green
|
||||
inputs:
|
||||
github_token:
|
||||
description: 'Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}'
|
||||
description: 'GitHub token or PAT token'
|
||||
required: true
|
||||
default: ${{ github.token }]
|
||||
repository:
|
||||
description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'
|
||||
default: ''
|
||||
|
Reference in New Issue
Block a user