Files
instance-setup-stuff/ghost_server-credentials copy.exp
Kaushik Narayan R cc8789e1df ghost: fix for failing backup
they changed from username-password to token-based auth and they didn't mark it as a breaking change smh my head
2026-02-02 18:35:08 -08:00

11 lines
138 B
Plaintext

#!/usr/bin/expect
set stafftoken "<staff_token>"
spawn ghost backup
expect "Ghost Staff access token"
send "$stafftoken\r"
expect eof