소스 검색

update target repo url in mirror CI

Dastan-glitch 2 년 전
부모
커밋
bf9eae8177
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/codeberg-mirror.yaml

+ 1 - 1
.github/workflows/codeberg-mirror.yaml

@@ -13,5 +13,5 @@ jobs:
           fetch-depth: 0
       - uses: pixta-dev/repository-mirroring-action@v1
         with:
-          target_repo_url: "git@codeberg.org:Xirscz7M2t/darkfi.git"
+          target_repo_url: "git@codeberg.org:darkrenaissance/darkfi.git"
           ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}