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:
Tonye Jack
2021-05-24 05:32:22 -04:00
committed by GitHub
parent 057a6ba835
commit cbec6b6085
2 changed files with 5 additions and 4 deletions

View File

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