From 37a233a863f0aa479ce2b25f8d12a854884baa8d Mon Sep 17 00:00:00 2001 From: dorkbutt Date: Wed, 4 Jun 2025 21:58:49 -0400 Subject: [PATCH] removing mirror workflow --- .forgejo/workflows/main.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .forgejo/workflows/main.yml diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml deleted file mode 100644 index 6e96b4a0..00000000 --- a/.forgejo/workflows/main.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Sync repo to the Codeberg mirror -name: Repo sync GitHub -> Codeberg -on: - push: - branches: - - '**' - -jobs: - codeberg: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: spyoungtech/mirror-action@v0.5.1 - with: - REMOTE: "https://codeberg.org/UserPFP/UserPFP" - GIT_USERNAME: GithubMirroring - GIT_PASSWORD: ${{ secrets.CODEBERGMIRROR }}