From 9049dff9df82dc328c5c96dcc0bbedfedc8d88ae Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 3 Mar 2023 19:48:59 +0000 Subject: [PATCH] remove ci --- .github/workflows/ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 06f5192a..00000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - merge-to-federated: - runs-on: ubuntu-latest - - steps: - - name: Push changes to federated - uses: cpina/github-action-push-to-another-repository@main - env: - SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source-directory: '.' - destination-github-username: 'ragestudio' - destination-repository-name: 'comty-federated' - user-email: srgooglo@ragestudio.net - target-branch: private-master