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 19, 2024
1 parent be98548 commit a92d409
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 a92d409

Please sign in to comment.