mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Default to the GitHub token
This commit is contained in:
parent
70e1324591
commit
1d4576cfc1
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ inputs:
|
|||
required: true
|
||||
github-token:
|
||||
description: The GitHub token used to create an authenticated client
|
||||
required: true
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
debug:
|
||||
description: Whether to tell the GitHub client to log details of its requests
|
||||
default: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue