Both ci.yaml and release.yaml delegated to shared workflows in the org
repo being deleted via PRI-1737/PR#72. This inlines the full logic:
- ci.yaml: full pipeline with artifacthub-pkg.yml validation, build,
lint, tsc, format:check, tests, security audit (recovered from git history)
- release.yaml: full release pipeline using GITEA_RELEASE_TOKEN (not
RELEASE_APP_ID/PRIVATE_KEY), tag-existence check, token permission
verification, tarball creation, Gitea release, and PR merge
Depends-on: privilegedescalation/org#72
Co-Authored-By: Paperclip <noreply@paperclip.ing>