fix acl
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2022-11-17 08:56:51 +01:00
parent 44053e08be
commit c4430b4bca
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{ {
"accessType": "READ", "accessType": "READ",
"principalType": "ROLE", "principalType": "ROLE",
"principalId": "$everyone", "principalId": "$authenticated",
"permission": "ALLOW" "permission": "ALLOW"
} }
] ]