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"
|
value: "--dns-result-order=ipv4first --no-network-family-autoselection --import /home/node/canvas-patch.mjs"
|
||||||
- name: OPENCLAW_GATEWAY_TOKEN
|
- name: OPENCLAW_GATEWAY_TOKEN
|
||||||
value: 356a221b029c582ea983c21b8b01a6689fafb1e0182e8af7
|
value: 356a221b029c582ea983c21b8b01a6689fafb1e0182e8af7
|
||||||
|
- name: GITHUB_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: github
|
||||||
|
key: pat
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: home
|
- name: home
|
||||||
mountPath: /home/node
|
mountPath: /home/node
|
||||||
|
|||||||
Reference in New Issue
Block a user