Document action.inputs.token (#2110)
This commit is contained in:
parent
cf7e9f2349
commit
9e39a05578
4 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ description: 'Attempt to automatically build code'
|
|||
author: 'GitHub'
|
||||
inputs:
|
||||
token:
|
||||
description: "GitHub token to use for authenticating with this instance of GitHub. The token needs the `security-events: write` permission."
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
matrix:
|
||||
default: ${{ toJson(matrix) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue