fix(users/rus07tam): use gatewayToken secret
Some checks failed
Nix CI / build (push) Failing after 4m43s

This commit is contained in:
Rustam Efimov 2026-04-01 09:33:49 +03:00
parent 459fc6e218
commit caa6948199
No known key found for this signature in database

View file

@ -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 = {