| Variable | Setting |
MELLON_TOKEN | Secret |
MELLON_API_URL | Plain text |
ci_scripts/ci_post_clone.sh:1234567891011#!/bin/sh set -eu curl -fsSL https://<your-mellon-host>/install.sh | sh export PATH="$HOME/.mellon/bin:$PATH" mellon run \ --project <project> \ --env <environment> \ --surface <apple-surface> \ -- ./scripts/configure-xcode.sh