From e5736baf66223947df4c61b57ffbbb8a611b2ca1 Mon Sep 17 00:00:00 2001 From: Angelos Kolaitis Date: Mon, 10 Jun 2024 12:08:34 +0300 Subject: [PATCH] Drop the Auto-update moonray branch CI (#480) --- .github/workflows/moonray.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/moonray.yaml diff --git a/.github/workflows/moonray.yaml b/.github/workflows/moonray.yaml deleted file mode 100644 index b96b845c6..000000000 --- a/.github/workflows/moonray.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: Auto-update moonray branch - -on: - push: - branches: - - main - -permissions: - contents: read - -jobs: - update: - permissions: - contents: write # for Git to git push - runs-on: ubuntu-22.04 - steps: - - name: Harden Runner - uses: step-security/harden-runner@v2 - with: - egress-policy: audit - - name: Sync ${{ github.ref }} to autoupdate/moonray - uses: actions/checkout@v4 - with: - ssh-key: ${{ secrets.DEPLOY_KEY_TO_UPDATE_STRICT_BRANCH }} - - name: Apply moonray patch - run: | - git checkout -b autoupdate/moonray - ./build-scripts/patches/moonray/apply - - name: Push to autoupdate/moonray - run: | - git push origin --force autoupdate/moonray