From ad98e46b85de97bd26df6dcb18e28da35dad9b56 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec <166409740+DorianNiemiecSVRJS@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:19:14 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1410a3..cd30458 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/easywaf-integration.git" - GIT_USERNAME: github + REMOTE: "https://git.svrjs.org/svrjs/easywaf-integration.git" + GIT_USERNAME: github-mirror GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}