sync: remove stale fluffychat-trigger.yaml

This commit is contained in:
ember 2026-03-27 08:44:40 +00:00
parent 20b1802156
commit 47eb9c9a35

View file

@ -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 }}"}}'