mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-07-22 02:27:41 +00:00
Update action config to set a default token
This commit is contained in:
@@ -2,8 +2,8 @@ name: 'Repository Dispatch'
|
|||||||
description: 'Create a repository dispatch event'
|
description: 'Create a repository dispatch event'
|
||||||
inputs:
|
inputs:
|
||||||
token:
|
token:
|
||||||
description: 'A repo scoped GitHub Personal Access Token'
|
description: 'GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)'
|
||||||
required: true
|
default: ${{ github.token }}
|
||||||
repository:
|
repository:
|
||||||
description: 'The full name of the repository to send the dispatch.'
|
description: 'The full name of the repository to send the dispatch.'
|
||||||
default: ${{ github.repository }}
|
default: ${{ github.repository }}
|
||||||
|
|||||||
Reference in New Issue
Block a user