From bb0f517b7a1b68048a07f5e91dbf0794104e7a9d Mon Sep 17 00:00:00 2001 From: 3alpha <15694175+3alpha@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:54:41 +0200 Subject: [PATCH] feat: add onchain release sync workflow --- .github/workflows/onchain-release-sync.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/onchain-release-sync.yml diff --git a/.github/workflows/onchain-release-sync.yml b/.github/workflows/onchain-release-sync.yml new file mode 100644 index 0000000..b928a90 --- /dev/null +++ b/.github/workflows/onchain-release-sync.yml @@ -0,0 +1,15 @@ +name: Onchain Release Sync + +on: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + push: + branches: + - "master" + - "main" + +jobs: + onchain-release-sync: + uses: dappnode/workflows/.github/workflows/onchain-release-sync.yml@master + secrets: inherit