feat: expose GitHub PAT secret as GITHUB_TOKEN

This commit is contained in:
2026-04-06 13:31:22 +00:00
parent e312282660
commit 254b6cba64

View File

@@ -52,6 +52,11 @@ spec:
value: "--dns-result-order=ipv4first --no-network-family-autoselection --import /home/node/canvas-patch.mjs"
- name: OPENCLAW_GATEWAY_TOKEN
value: 356a221b029c582ea983c21b8b01a6689fafb1e0182e8af7
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
name: github
key: pat
volumeMounts:
- name: home
mountPath: /home/node