From d49aadb058f3eacb9b0ac9e708237a190a52b3e3 Mon Sep 17 00:00:00 2001 From: Scion Date: Mon, 30 Jun 2025 01:39:29 -0700 Subject: [PATCH] Test --- github/download-previous-artifacts/action.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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