diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3059d05..8f0c281 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,6 @@ jobs: fetch-depth: 0 - uses: spyoungtech/mirror-action@v0.5.1 with: - REMOTE: "https://git.svrjs.org/create-svrjs-server.git" - GIT_USERNAME: github + REMOTE: "https://git.svrjs.org/svrjs/create-svrjs-server.git" + GIT_USERNAME: github-mirror GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}