From 03c921eac566e56409c312965f9401dd93b12ca5 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 24 Feb 2025 10:49:18 -0800 Subject: [PATCH] Unify `token` description for `resolve-environment`, start-proxy`, and `upload-sarif` --- resolve-environment/action.yml | 2 +- start-proxy/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resolve-environment/action.yml b/resolve-environment/action.yml index d92f9e78d3..188e5fd174 100644 --- a/resolve-environment/action.yml +++ b/resolve-environment/action.yml @@ -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: diff --git a/start-proxy/action.yml b/start-proxy/action.yml index a5bb5fc5f4..14d2cd1f89 100644 --- a/start-proxy/action.yml +++ b/start-proxy/action.yml @@ -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: