From 47eb9c9a350d0fe70fc480c39dfab4a4540897ae Mon Sep 17 00:00:00 2001 From: ember Date: Fri, 27 Mar 2026 08:44:40 +0000 Subject: [PATCH] sync: remove stale fluffychat-trigger.yaml --- .forgejo/workflows/fluffychat-trigger.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .forgejo/workflows/fluffychat-trigger.yaml diff --git a/.forgejo/workflows/fluffychat-trigger.yaml b/.forgejo/workflows/fluffychat-trigger.yaml deleted file mode 100644 index e5add5d..0000000 --- a/.forgejo/workflows/fluffychat-trigger.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Trigger FluffyChat CI Pipeline - -on: - push: - branches: - - deployment - -jobs: - dispatch: - runs-on: ubuntu-latest - steps: - - name: Trigger build in ci-pipelines repo - run: | - curl -s -X POST \ - "http://forgejo.tooling.svc.cluster.local:3000/api/v1/repos/ember/ci-pipelines/dispatches" \ - -H "Authorization: token ${{ secrets.CI_DISPATCH_TOKEN }}" \ - -H "Content-Type: application/json" \ - -d '{"event_type": "fluffychat-push", "client_payload": {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}}'