From 0d0d7a5dfab54cdd8e0f3ebd3ef1e12ba80e940d Mon Sep 17 00:00:00 2001 From: asepharyana Date: Mon, 6 Jul 2026 01:25:37 +0700 Subject: [PATCH] chore: remove GitHub Actions workflow for notifying parent repository --- .github/workflows/notify-parent.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/notify-parent.yml diff --git a/.github/workflows/notify-parent.yml b/.github/workflows/notify-parent.yml deleted file mode 100644 index 87a2793..0000000 --- a/.github/workflows/notify-parent.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Notify Parent Repo - -on: - push: - branches: - - main - -jobs: - dispatch: - runs-on: ubuntu-latest - steps: - - name: Trigger monorepo build - uses: peter-evans/repository-dispatch@v3 - with: - token: ${{ secrets.DISPATCH_TOKEN }} - repository: MythEclipse/ultimate-asepharyana.tech - event-type: submodule-updated - client-payload: | - { - "service": "teleuploader", - "ref": "${{ github.ref }}", - "sha": "${{ github.sha }}", - "actor": "${{ github.actor }}" - }