forked from penal-colony/nixos-vps
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": {
|
||||
"github": {
|
||||
"enabled": true,
|
||||
"token": "${GITHUB_TOKEN}"
|
||||
},
|
||||
"elevated": { "enabled": true },
|
||||
"exec": { "security": "full", "ask": "off" },
|
||||
"web": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue