From 7174ca58143f8be12f353867d5a1255dec791d3b Mon Sep 17 00:00:00 2001 From: ai-dev Date: Fri, 1 Nov 2024 17:37:39 +0100 Subject: [PATCH] update --- gitea_act_runner/config.yaml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/gitea_act_runner/config.yaml b/gitea_act_runner/config.yaml index 8e96ec2..af25931 100644 --- a/gitea_act_runner/config.yaml +++ b/gitea_act_runner/config.yaml @@ -16,19 +16,7 @@ options: repository: "user/repository" act_runner_options: "--secret-file my.secrets --env-file my.env" schema: - gitea_url: - type: str - description: "The URL of the Gitea server to register the Act runner." - required: "true" - gitea_token: - type: str - description: "The token for authenticating with Gitea." - required: "true" - repository: - type: str - description: "The Gitea repository to register the runner with, in 'user/repository' format." - required: "true" - act_runner_options: - type: str - description: "Additional options to pass to Act runner." - required: "false" \ No newline at end of file + gitea_url: str + gitea_token: str + repository: str + act_runner_options: str? \ No newline at end of file