fix(users/rus07tam): use gatewayToken secret
Some checks failed
Nix CI / build (push) Failing after 4m43s
Some checks failed
Nix CI / build (push) Failing after 4m43s
This commit is contained in:
parent
459fc6e218
commit
caa6948199
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
config = {
|
config = {
|
||||||
gateway = {
|
gateway = {
|
||||||
mode = "local";
|
mode = "local";
|
||||||
auth.token = sec."rus07tam/openclaw/gatewayToken".value;
|
auth.token = sec."rus07tam/openclaw/gatewayToken".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
channels.telegram = {
|
channels.telegram = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue