From b2bdc688da4535ec89b4417fa56d2b146c1e70cc Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 15 May 2026 13:58:45 +1000 Subject: [PATCH] added clawhub token --- manifests/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index acd3ccc..11ceff3 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -96,6 +96,11 @@ spec: secretKeyRef: name: npm key: token + - name: CLAWHUB_TOKEN + valueFrom: + secretKeyRef: + name: clawhub + key: token volumeMounts: - name: home mountPath: /home/node