fix(ci): harden docker builds and unblock config docs

This commit is contained in:
Peter Steinberger
2026-03-12 16:45:12 +00:00
parent 46f0bfc55b
commit 9f08af1f06
6 changed files with 31 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ gateway still needs direct APNs credentials:
```bash
export OPENCLAW_APNS_TEAM_ID="TEAMID"
export OPENCLAW_APNS_KEY_ID="KEYID"
export OPENCLAW_APNS_PRIVATE_KEY_P8='-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----'
export OPENCLAW_APNS_PRIVATE_KEY_P8="$(cat /path/to/AuthKey_KEYID.p8)"
```
## Discovery paths