mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge pull request #24 from joshmgross/master
Default to the GitHub token
This commit is contained in:
commit
e26865c60b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue