From 840f2c8989293decddea0e0af7038df11f3ce0f8 Mon Sep 17 00:00:00 2001 From: Jakob Hofer Date: Tue, 19 Nov 2024 12:18:21 +0100 Subject: [PATCH] feat(publish-to-monorepo): switch from `monorepo-test` to `propromo` --- .github/workflows/publish-to-monorepo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-monorepo.yml b/.github/workflows/publish-to-monorepo.yml index 34fff10..d13a273 100644 --- a/.github/workflows/publish-to-monorepo.yml +++ b/.github/workflows/publish-to-monorepo.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 ssh-key: ${{ secrets.MONOREPO_SSH_DEPLOY_KEY }} - repository: propromo-software/monorepo-test + repository: propromo-software/propromo path: mono - name: Copy to mono