From f161d1103d553fc4fdc6f610d1426c1746856742 Mon Sep 17 00:00:00 2001 From: ci Date: Sat, 5 Sep 2026 16:41:31 +0000 Subject: [PATCH] Published from yuki-talos action/publish-actions --- action.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..5c80561 --- /dev/null +++ b/action.yml @@ -0,0 +1,19 @@ +# ══════════════════════════════════════════════════════════════════ +# BREAKING CHANGE? BUMP THE MAJOR IN cue/cluster/cluster.cue +# ══════════════════════════════════════════════════════════════════ +# Everything pinning `@v1` gets this the moment it publishes. A change +# a consumer cannot absorb needs a new major, or it breaks them. +# ══════════════════════════════════════════════════════════════════ + +name: publish-actions +description: Publish this repository's actions into the actions organisation, at the major each declares. + +runs: + using: docker + + # By digest, pinned at bootstrap and moved by a reviewed commit. A tag here + # would let whoever can push to `ci` run code in every pipeline in the + # cluster, holding that pipeline's deploy credential. + image: docker://gitea.512.dev/ci/toolbox@sha256:b854a995771816ba81a49656d246aab6c2688fe4a3490be6edc81487baa5f1cb + + entrypoint: /usr/local/lib/actions/publish-actions.sh