mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-15 21:25:09 +00:00
README - clarify token permission
GitHub token for https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#list-workflow-run-artifacts > The fine-grained token must have the following permission set: "Actions" repository permissions (read)
This commit is contained in:
parent
634f93cb29
commit
9a75fdfb8f
@ -96,6 +96,7 @@ You are welcome to still raise bugs in this repo.
|
||||
|
||||
# The GitHub token used to authenticate with the GitHub API.
|
||||
# This is required when downloading artifacts from a different repository or from a different workflow run.
|
||||
# Required permission for the token: actions: read
|
||||
# Optional. If unspecified, the action will download artifacts from the current repo and the current workflow run.
|
||||
github-token:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user