Update Gitea workflow config defaults
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 14s

This commit is contained in:
ILay
2026-06-16 18:12:18 +02:00
parent 6f8cc2ae09
commit e89e7715a0

View File

@@ -27,15 +27,17 @@ simpl_open_gitea_workflow_config_mapping = config_mapping(
config_schema={
"repository_identifier": Field(
str,
default_value="simpl-open/platform-automation",
description="Gitea repository identifier in owner/repo format",
),
"consumer_email": Field(
str,
default_value="consumer@example.com",
description="Email address where credentials must be delivered",
),
"access_level": Field(
str,
default_value="read-only",
default_value="read",
description="Repository access level requested for the consumer",
),
"token_name_prefix": Field(