From 5550277f757ee9bca7b14779a0567c35aa479630 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Sun, 9 Nov 2025 20:45:29 +0800 Subject: [PATCH] chore:git_full remove:mirror_actions --- .github/workflows/mirror-to-codeberg.yml | 38 ------------------------ modules/system/environment.nix | 2 +- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 .github/workflows/mirror-to-codeberg.yml diff --git a/.github/workflows/mirror-to-codeberg.yml b/.github/workflows/mirror-to-codeberg.yml deleted file mode 100644 index 5429708..0000000 --- a/.github/workflows/mirror-to-codeberg.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Mirror to Codeberg -on: - push: - branches: - - main - tags: - - '*' - -jobs: - mirror: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - - name: Push to Codeberg - env: - SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY_CODEBERG }} - REPO_URL_CODEBERG: ${{ secrets.REPO_URL_CODEBERG }} - run: | - set -euxo pipefail - - mkdir -p ~/.ssh - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 - cat >> ~/.ssh/config <