Add support to override the default github token

This commit is contained in:
Pedro Rodrigues
2021-06-16 19:08:28 -03:00
parent 7040c46162
commit 4f318753d5
3 changed files with 37 additions and 6 deletions

View File

@@ -39,6 +39,10 @@ inputs:
description: Install Prettier plugins, i.e. `@prettier/prettier-php @prettier/some-other-plugin`
required: false
default: ''
github_token:
description: GitHub Token or PAT token used to authenticate against a repository
required: false
default: ${{ github.token }}
runs:
using: 'docker'