diff --git a/gitea_act_runner/config.yaml b/gitea_act_runner/config.yaml index af25931..e7cc2da 100644 --- a/gitea_act_runner/config.yaml +++ b/gitea_act_runner/config.yaml @@ -14,9 +14,11 @@ options: gitea_url: "https://your-gitea-instance.com" gitea_token: "your_token" repository: "user/repository" - act_runner_options: "--secret-file my.secrets --env-file my.env" + act_runner_options: none + log_level: "info" schema: gitea_url: str gitea_token: str repository: str - act_runner_options: str? \ No newline at end of file + act_runner_options: str? + log_level: list(trace|debug|info|notice|warning|error|fatal)? \ No newline at end of file