Skip to content

Commit 03c921e

Browse files
committed
Unify token description for resolve-environment, start-proxy, and upload-sarif`
1 parent ff79de6 commit 03c921e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resolve-environment/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: '[Experimental] Attempt to infer a build environment suitable for a
33
author: 'GitHub'
44
inputs:
55
token:
6-
description: "GitHub token to use for authenticating with this instance of GitHub. The token needs the `security-events: write` permission."
6+
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."
77
required: false
88
default: ${{ github.token }}
99
matrix:

start-proxy/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
description: Base64 encoded JSON configuration for the URLs and credentials of the package registries
1111
required: false
1212
token:
13-
description: GitHub token to use for authenticating with this instance of GitHub, used to upload debug artifacts.
13+
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."
1414
default: ${{ github.token }}
1515
required: false
1616
language:

0 commit comments

Comments
 (0)