3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2025-01-31 07:01:20 +01:00

Re-word github_token description

This commit is contained in:
David Tolnay 2025-01-28 21:51:56 -08:00
parent 8f7ab41331
commit a1e3a81a26
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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