feat: expose GitHub PAT secret as GITHUB_TOKEN
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user