mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-03-20 05:58:51 +08:00
docs: clarify empty token handling
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -41,7 +41,7 @@ inputs:
|
||||
description: "Repository to make releases against, in <owner>/<repo> format"
|
||||
required: false
|
||||
token:
|
||||
description: "Authorized GitHub token or PAT. Defaults to github.token. A non-empty explicit token overrides GITHUB_TOKEN."
|
||||
description: "Authorized GitHub token or PAT. Defaults to github.token when omitted. A non-empty explicit token overrides GITHUB_TOKEN. Passing an empty string treats the token as unset."
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
target_commitish:
|
||||
|
||||
Reference in New Issue
Block a user