feat(openclaw): enable github tool in config
This commit is contained in:
parent
93d43e480b
commit
4925420fdc
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
|
"github": {
|
||||||
|
"enabled": true,
|
||||||
|
"token": "${GITHUB_TOKEN}"
|
||||||
|
},
|
||||||
"elevated": { "enabled": true },
|
"elevated": { "enabled": true },
|
||||||
"exec": { "security": "full", "ask": "off" },
|
"exec": { "security": "full", "ask": "off" },
|
||||||
"web": {
|
"web": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue