From 67e62d1c3c7163c6ce9f764057559793dbaf58e5 Mon Sep 17 00:00:00 2001 From: SIMULATAN Date: Wed, 20 Nov 2024 13:52:47 +0100 Subject: [PATCH] Add publish-to-monorepo workflow --- .github/workflows/publish-to-monorepo.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/publish-to-monorepo.yml diff --git a/.github/workflows/publish-to-monorepo.yml b/.github/workflows/publish-to-monorepo.yml new file mode 100644 index 0000000..3d57e22 --- /dev/null +++ b/.github/workflows/publish-to-monorepo.yml @@ -0,0 +1,11 @@ +name: Mirror to Monorepo + +on: + push: + branches: [main] + +jobs: + publish: + uses: propromo-software/propromo.actions/.github/workflows/publish-to-monorepo.yml@main + secrets: + MONOREPO_SSH_DEPLOY_KEY: ${{ secrets.MONOREPO_SSH_DEPLOY_KEY }}