Files
windmill_workflow/.claude/settings.local.json
Akira 5b806b4c32 完了です。
プッシュ成功(2コミットをリモートに反映)
リモートURLからトークンを除去し、~/.git-credentials に保存する形に変更
次回から git push だけ
2026-02-21 16:04:01 +09:00

16 lines
313 B
JSON

{
"permissions": {
"allow": [
"Bash(./wm-api.sh:*)",
"Bash(python3:*)",
"Bash(curl:*)",
"Bash(python3.exe -m json.tool:*)",
"Bash(git remote set-url:*)",
"Bash(git push:*)",
"Bash(git config:*)",
"Bash(printf:*)",
"Bash(~/.git-credentials)"
]
}
}