diff --git a/.github/workflows/gitea-sync.yml b/.github/workflows/gitea-sync.yml deleted file mode 100644 index 807f860..0000000 --- a/.github/workflows/gitea-sync.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Gitea Sync -on: - push: - branches: [ "main", "manifest" ] - workflow_dispatch: - workflow_run: - workflows: ["Docker Build and Publish"] - types: - - completed - - -jobs: - trigger-gitea-sync: - runs-on: ubuntu-latest - steps: - - name: Trigger Gitea sync - run: | - echo "Triggering Gitea sync" - curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/hertz101/mirror-sync' -X POST -H 'Authorization: token ${{ secrets.GITEATOKEN }}' \ No newline at end of file