diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8400e9..15df0b6 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/forward-proxy-mod.git" - GIT_USERNAME: github + REMOTE: "https://git.svrjs.org/svrjs/forward-proxy-mod.git" + GIT_USERNAME: github-mirror GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}