Skip to content

Commit c7547e9

Browse files
committed
Add monorepo workflow
1 parent 8458502 commit c7547e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Mirror to Monorepo
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
publish:
9+
uses: propromo-software/propromo.actions/.github/workflows/publish-to-monorepo.yml@main
10+
secrets:
11+
MONOREPO_SSH_DEPLOY_KEY: ${{ secrets.MONOREPO_SSH_DEPLOY_KEY }}

0 commit comments

Comments
 (0)