# Release {{name}} as a node-app .deb on every published GitHub Release.
#
# Delegates to the canonical reusable workflow in econ-v1/node, which audits,
# builds, packages, GPG-signs, uploads the .deb to the release, and dispatches
# the apt.economy1.cloud aggregator.
#
# `secrets: inherit` forwards org-level secrets (GPG_PRIVATE_KEY,
# GPG_PASSPHRASE, APT_REPO_DISPATCH_TOKEN) automatically — no per-repo setup.
#
# See docs/development/NODE_APP_RELEASE_WORKFLOW.md.
name: release
on:
release:
types:
jobs:
release:
uses: econ-v1/node/.github/workflows/node-app-release.yml@main
secrets: inherit