This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # ─── santino installer ───────────────────────────────────────────────── | |
| # | |
| # usage (interactive): | |
| # bash <(curl -fsSL https://santino.benn.io/api/webhooks/install-script) | |
| # | |
| # usage (non-interactive — pass secrets as env): | |
| # GITHUB_TOKEN=ghp_xxx CF_API_TOKEN=xxx CF_TEAM_DOMAIN=xxx \ |