diff --git a/AGENTS.md b/AGENTS.md index 36398b2..ef84375 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -116,5 +116,5 @@ eval "$(./scripts/configure-buildkite-from-openbao.sh)" # curl -X POST -H "Authorization: Bearer $BUILDKITE_API_TOKEN" \ # -H "Content-Type: application/json" \ # -d '{"commit":"HEAD","branch":"main"}' \ -# https://api.buildkite.com/v2/organizations/nandi/pipelines/sleek/builds +# https://api.buildkite.com/v2/organizations/nandi/pipelines/sleek-5u9xbr/builds ``` diff --git a/scripts/buildkite/create-ci-radicle-identity.sh b/scripts/buildkite/create-ci-radicle-identity.sh index 09f6ec5..1e5894d 100755 --- a/scripts/buildkite/create-ci-radicle-identity.sh +++ b/scripts/buildkite/create-ci-radicle-identity.sh @@ -51,7 +51,7 @@ Created dedicated CI identity (not your personal node): home: $RAD_HOME key: $OUT_DIR/RADICLE_SECRET_KEY.pem -Buildkite (Default cluster → Secrets, scope pipeline sleek if possible): +Buildkite (Default cluster → Secrets, scope pipeline sleek-5u9xbr if possible): RADICLE_SECRET_KEY = contents of RADICLE_SECRET_KEY.pem (multiline PEM) RADICLE_PUBLIC_KEY = $PUB RAD_PASSPHRASE = (leave unset / empty) diff --git a/scripts/ci-nixbuild.sh b/scripts/ci-nixbuild.sh index a1c1ad0..b3ad388 100755 --- a/scripts/ci-nixbuild.sh +++ b/scripts/ci-nixbuild.sh @@ -68,7 +68,7 @@ resolve_creds() { echo "Create a Buildkite cluster secret (do not invent tokens — copy from OpenBao/nixbuild):" >&2 echo " UI: https://buildkite.com/organizations/nandi/clusters → Default cluster → Secrets" >&2 echo " Keys: NIXBUILD_TOKEN (preferred) or OPENBAO_TOKEN (fetches NIXBUILD_TOKEN from OpenBao)" >&2 - echo " Scope policy example: pipeline_slug sleek" >&2 + echo " Scope policy example: pipeline_slug sleek-5u9xbr" >&2 echo "SKIP=1" return 0 fi