Document action.inputs.token (#2110)

This commit is contained in:
Josh Soref 2024-02-08 04:45:27 -05:00 committed by GitHub
parent cf7e9f2349
commit 9e39a05578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View file

@ -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) }}