Skip to content

Commit

Permalink
Add publish-to-monorepo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN committed Nov 20, 2024
1 parent eadc4c7 commit 67e62d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-to-monorepo.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 67e62d1

Please sign in to comment.