We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8458502 commit c7547e9Copy full SHA for c7547e9
.github/workflows/publish-to-monorepo.yml
@@ -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