Update access level to 'read' in configuration and tests
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s

This commit is contained in:
ILay
2026-06-16 18:45:30 +02:00
parent e89e7715a0
commit 6970b27095
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ def test_config_mapping_routes_inputs_to_ops():
{
"repository_identifier": "simpl-open/platform-automation",
"consumer_email": "consumer@example.local",
"access_level": "read-only",
"access_level": "read",
"token_name_prefix": "simpl-open",
"token_expiration_days": 30,
}