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:
parent
8f7ab41331
commit
a1e3a81a26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue