Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 20, 2024
1 parent 3e50745 commit 7e982df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ jobs:
REMOTE: ${{ secrets.SYNC_GIT_HOST }}
GIT_USERNAME: Steve
GIT_PASSWORD: ${{ secrets.GITLAB_KEY }}
- name: 'sync to merchat'
uses: yesolutions/mirror-action@master
with:
REMOTE: "[email protected]:NexaMerchant/merchant.git"
GIT_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"


0 comments on commit 7e982df

Please sign in to comment.