Closed dbeg closed 3 years ago
A consumer of this action shouldn't need to supply a GitHub token when a default could be used which would still allow consumers to specify a token if needed.
Example from the official GitHub setup-node action: https://github.com/actions/setup-node/blob/main/action.yml#L21
setup-node
Thanks for the submission @dbeg. I agree with the recommendation and we'll merge the PR linked to this issue as soon as we have a chance to test it.
A consumer of this action shouldn't need to supply a GitHub token when a default could be used which would still allow consumers to specify a token if needed.
Example from the official GitHub
setup-node
action: https://github.com/actions/setup-node/blob/main/action.yml#L21