Unify token description for resolve-environment, start-proxy, and upload-sarif`
This commit is contained in:
parent
ff79de67cc
commit
03c921eac5
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue