mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 16:16:21 +00:00
Default to the GitHub token
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user