diff --git a/.github/workflows/sync_project.yml b/.github/workflows/sync_project.yml index 35057e0..476fc8d 100644 --- a/.github/workflows/sync_project.yml +++ b/.github/workflows/sync_project.yml @@ -33,7 +33,7 @@ jobs: # git@bitbucket.com:rwkgyg/cfwarp.git # ssh_private_key: # ${{ secrets.private_key }} - +# mirror_to_gitlab: runs-on: ubuntu-latest steps: @@ -43,6 +43,6 @@ jobs: uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: - git@gitlab.com:fscarmen/test.git //这里填gitlab仓库ssh地址 + git@gitlab.com:fscarmen/test.git ssh_private_key: ${{ secrets.GITLAB_KEY }}