mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Downgrade all actions/upload-artifact and actions/download-artifact from v6 to v4 for compatibility with act's local artifact server (v6 uses a new Azure blob backend that act doesn't support) - Add .actrc with arm64 architecture, artifact server, sequential jobs, and secret/env file pointers for local act runs - Add .act-env to .gitignore (contains local node PATH override) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(echo No metabuilder images found:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(git pull:*)",
|
|
"Skill(commit-commands:commit-push-pr)"
|
|
]
|
|
}
|
|
}
|