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 }}