Unify token description for resolve-environment, start-proxy, and upload-sarif`

This commit is contained in:
Angela P Wen 2025-02-24 10:49:18 -08:00
parent ff79de67cc
commit 03c921eac5
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ description: '[Experimental] Attempt to infer a build environment suitable for a
author: 'GitHub'
inputs:
token:
description: "GitHub token to use for authenticating with this instance of GitHub. The token needs the `security-events: write` permission."
description: "GitHub token to use for authenticating with this instance of GitHub. The token must be the built-in GitHub Actions token, and the workflow must have the `security-events: write` permission. Most of the time it is advisable to avoid specifying this input so that the workflow falls back to using the default value."
required: false
default: ${{ github.token }}
matrix:

View file

@ -10,7 +10,7 @@ inputs:
description: Base64 encoded JSON configuration for the URLs and credentials of the package registries
required: false
token:
description: GitHub token to use for authenticating with this instance of GitHub, used to upload debug artifacts.
description: "GitHub token to use for authenticating with this instance of GitHub. The token must be the built-in GitHub Actions token, and the workflow must have the `security-events: write` permission. Most of the time it is advisable to avoid specifying this input so that the workflow falls back to using the default value."
default: ${{ github.token }}
required: false
language: