From 21ca686b2261931aa361033d88c530db8a81673f Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 21 Jun 2024 22:49:58 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(remove):=20mirror=20to=20git?= =?UTF-8?q?lab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitlab.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/gitlab.yml diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml deleted file mode 100644 index 3f0c725..0000000 --- a/.github/workflows/gitlab.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Mirror to GitLab - -on: - push: - branches: - - master - -jobs: - mirror: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2.3.3 - - name: Mirror to GitLab - env: - GITLAB_REPO: ${{ secrets.GITLAB_REPO }} - GITLAB_USERNAME: ${{ secrets.GITLAB_USERNAME }} - GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} - run: | - git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@${GITLAB_REPO##*/}.git - git config --global push.default mirror - git push --mirror gitlab \ No newline at end of file