Skip to content

Commit d3c7d03

Browse files
authored
Merge pull request #2780 from github/angelapwen/fix-inconsistent-action-input
Unify `token` description for `resolve-environment`, `start-proxy`, and `upload-sarif`
2 parents ff79de6 + 03c921e commit d3c7d03

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)