Update Gitea workflow config defaults
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 14s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 14s
This commit is contained in:
@@ -27,15 +27,17 @@ simpl_open_gitea_workflow_config_mapping = config_mapping(
|
|||||||
config_schema={
|
config_schema={
|
||||||
"repository_identifier": Field(
|
"repository_identifier": Field(
|
||||||
str,
|
str,
|
||||||
|
default_value="simpl-open/platform-automation",
|
||||||
description="Gitea repository identifier in owner/repo format",
|
description="Gitea repository identifier in owner/repo format",
|
||||||
),
|
),
|
||||||
"consumer_email": Field(
|
"consumer_email": Field(
|
||||||
str,
|
str,
|
||||||
|
default_value="consumer@example.com",
|
||||||
description="Email address where credentials must be delivered",
|
description="Email address where credentials must be delivered",
|
||||||
),
|
),
|
||||||
"access_level": Field(
|
"access_level": Field(
|
||||||
str,
|
str,
|
||||||
default_value="read-only",
|
default_value="read",
|
||||||
description="Repository access level requested for the consumer",
|
description="Repository access level requested for the consumer",
|
||||||
),
|
),
|
||||||
"token_name_prefix": Field(
|
"token_name_prefix": Field(
|
||||||
|
|||||||
Reference in New Issue
Block a user