Default to the GitHub token

This commit is contained in:
Josh Gross
2020-01-22 22:26:04 -05:00
parent 70e1324591
commit 1d4576cfc1

View File

@@ -10,7 +10,8 @@ inputs:
required: true required: true
github-token: github-token:
description: The GitHub token used to create an authenticated client description: The GitHub token used to create an authenticated client
required: true default: ${{ github.token }}
required: false
debug: debug:
description: Whether to tell the GitHub client to log details of its requests description: Whether to tell the GitHub client to log details of its requests
default: false default: false