feature/forgejo-workflows #3

Merged
deco merged 9 commits from feature/forgejo-workflows into main 2025-07-16 07:16:31 +03:00
Showing only changes of commit eae994b32e - Show all commits

View file

@ -1,9 +1,13 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(find:*)", "Bash(find:*)",
"Bash(ls:*)" "Bash(ls:*)",
], "Bash(git pull:*)",
"deny": [] "Bash(git remote set-url:*)",
} "Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": []
}
} }