Commit a103c002 authored by uuo00_n's avatar uuo00_n

feat(settings): 更新权限设置以允许 git 操作

parent b7e83d94
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(docker compose down)", "Bash(docker compose down)",
"Bash(docker network prune -f)" "Bash(docker network prune -f)",
"Bash(git add docker-compose.prod.yml)",
"Bash(git commit:*)",
"Bash(git push gitlab main)"
] ]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment