mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
Document action.inputs.token (#2110)
This commit is contained in:
@@ -69,6 +69,8 @@ inputs:
|
||||
required: true
|
||||
default: "true"
|
||||
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) }}
|
||||
|
||||
Reference in New Issue
Block a user