Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12m45s
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(cargo check:*)",
|
|
"Bash(cargo test)",
|
|
"Bash(cargo test:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cargo install:*)",
|
|
"Bash(cargo make:*)",
|
|
"Bash(cargo:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(./target/debug/aibot --help)",
|
|
"Bash(./target/debug/ai --help)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(rg:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |