From a1e3a81a266062613dfbeeafdd465eb3d964feae Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 28 Jan 2025 21:51:56 -0800 Subject: [PATCH] Re-word github_token description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a80bb74..7bc8fa1 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: Name of binary; default = same as crate name required: false github_token: - description: Access token for connecting to GitHub API for artifact attestation; normally the ephemeral {{github.token}} or {{secrets.GITHUB_TOKEN}} when used in a GitHub workflow, or a personal access token when run by Act Runner + description: Access token for connecting to GitHub API for artifact attestation; normally the ephemeral {{github.token}} when used in a GitHub workflow, or a personal access token {{secrets.GH_TOKEN}} in Gitea's act runner default: ${{github.token}} runs: using: composite