feat: optional input for git ops token

This commit is contained in:
Peter Evans 2023-09-25 11:52:47 +01:00
parent 29b01ba960
commit fb5edaa38f
5 changed files with 17 additions and 2 deletions

View file

@ -4,6 +4,10 @@ inputs:
token:
description: 'GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)'
default: ${{ github.token }}
git-token:
description: >
The Personal Access Token (PAT) that the action will use for git operations.
Defaults to the value of `token`.
path:
description: >
Relative path under $GITHUB_WORKSPACE to the repository.