feat(openclaw): enable github tool in config

This commit is contained in:
ashisgreat22 2026-03-19 22:11:47 +01:00
parent 93d43e480b
commit 4925420fdc

View file

@ -28,6 +28,10 @@
}
},
"tools": {
"github": {
"enabled": true,
"token": "${GITHUB_TOKEN}"
},
"elevated": { "enabled": true },
"exec": { "security": "full", "ask": "off" },
"web": {