docs: clarify token precedence in docs (#752)

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-03-14 22:34:28 -04:00
committed by GitHub
parent b36466e122
commit bafaa2d7ac
2 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ inputs:
description: "Repository to make releases against, in <owner>/<repo> format"
required: false
token:
description: "Authorized secret GitHub Personal Access Token. Defaults to github.token"
description: "Authorized GitHub token or PAT. Defaults to github.token. A non-empty explicit token overrides GITHUB_TOKEN."
required: false
default: ${{ github.token }}
target_commitish: