Files
metabuilder/.claude/settings.local.json
johndoe6345789 b6859ab57f chore(ci): downgrade artifact actions v6→v4 and add act local CI config
- 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>
2026-03-19 00:16:25 +00:00

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)"
]
}
}