From 8191c879aae2d9d5413369d94e2ae5de9dca5927 Mon Sep 17 00:00:00 2001 From: Dmitriy Korniychuk Date: Mon, 22 Aug 2022 17:13:39 +0300 Subject: [PATCH] Update repo to PirateCash --- .github/workflows/npm-build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-build-and-deploy.yml b/.github/workflows/npm-build-and-deploy.yml index d90893e7fd..d0a5c51989 100644 --- a/.github/workflows/npm-build-and-deploy.yml +++ b/.github/workflows/npm-build-and-deploy.yml @@ -42,8 +42,8 @@ jobs: - name: Push to target repository uses: s0/git-publish-subdir-action@master env: - REPO: git@github.com:bitshares/${{ secrets.DEPLOYMENT_REPOSITORY }}.git + REPO: git@github.com:piratecash/${{ secrets.DEPLOYMENT_REPOSITORY }}.git BRANCH: master FOLDER: build/hash-history SSH_PRIVATE_KEY: ${{ secrets.DEPLOYMENT_KEY }} - MESSAGE: Automatic build of commit https://github.com/bitshares/bitshares-ui/commit/${{ github.sha }} + MESSAGE: Automatic build of commit https://github.com/piratecash/pirate-dex/commit/${{ github.sha }}