.github/workflows/reviewed-skill-set-release.yml. It validates a canonical
Skill Set envelope against the exact revision reviewed by your team. Validation
is local: it does not upload the envelope or call SelfTune Cloud.
1.3.11, installs the
lockfile without lifecycle scripts, and emits deterministic envelope and
revision hash outputs. It does not accept or print a SelfTune service credential
in validation mode.
Promote after protected approval
Promotion uses the scoped service API only after local validation succeeds. The API atomically checks all of the following before it records the immutable lifecycle event:- the immutable
release_id; - the expected Skill Set revision SHA-256;
- the expected envelope SHA-256;
readiness: ready; and- the existing active Team owner/admin lifecycle scope.
skill-set-promotion GitHub Environment. Configure that environment with
required reviewers and store a credential scoped only to
skill_sets:lifecycle as SELFTUNE_SERVICE_TOKEN. Never pass the credential as
a workflow input or command argument.