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": {
"allow": [
"Bash(find:*)",
"Bash(ls:*)"
],
"deny": []
}
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(ls:*)",
"Bash(git pull:*)",
"Bash(git remote set-url:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": []
}
}