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'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
token:
|
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
|
required: false
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ inputs:
|
||||||
description: Base64 encoded JSON configuration for the URLs and credentials of the package registries
|
description: Base64 encoded JSON configuration for the URLs and credentials of the package registries
|
||||||
required: false
|
required: false
|
||||||
token:
|
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 }}
|
default: ${{ github.token }}
|
||||||
required: false
|
required: false
|
||||||
language:
|
language:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue