授权动态 Runner CI 发布镜像
yaml / yaml (pull_request) Successful in 10s

This commit is contained in:
2026-09-16 18:11:11 +00:00
parent 42d33e31da
commit 2fcb41adde
+34
View File
@@ -70,6 +70,40 @@ configFiles:
},
"accessControl": {
"repositories": {
"panxiao81/gitea-dynamic-runner-controller": {
"policies": [
{
"users": [
"spiffe://ddupan.top/ci/panxiao81/gitea-dynamic-runner/publish-images"
],
"actions": [
"read",
"create",
"update"
]
}
],
"defaultPolicy": [
"read"
]
},
"panxiao81/gitea-dynamic-runner-runner": {
"policies": [
{
"users": [
"spiffe://ddupan.top/ci/panxiao81/gitea-dynamic-runner/publish-images"
],
"actions": [
"read",
"create",
"update"
]
}
],
"defaultPolicy": [
"read"
]
},
"**": {
"policies": [
{