diff --git a/github/download-previous-artifacts/action.yaml b/github/download-previous-artifacts/action.yaml index 7f94419..af8c101 100644 --- a/github/download-previous-artifacts/action.yaml +++ b/github/download-previous-artifacts/action.yaml @@ -5,10 +5,18 @@ inputs: description: "Gitea host to query." required: true default: "${{ github.server_url }}" - accessToken: - description: "Gitea host to query." + username: + description: "Gitea user to query with." + required: true + default: "${{ github.repository_owner }}" + password: + description: "Credentials to use for Gitea. If not specified, the GitHub/Gitea token will be used." required: true default: "${{ github.token }}" + accessToken: + description: "Access token for access to other repositories." + required: true + default: "" workflowPattern: description: "Pattern of the workflow name to match." required: true