cyber/.github/workflows/subgraph-notify.yml

name: Subgraph notify (reusable)

on:
  workflow_call:

jobs:
  dispatch:
    runs-on: ubuntu-latest
    steps:
      - name: Trigger cyberia-blog rebuild
        uses: peter-evans/repository-dispatch@v3
        with:
          token: ${{ secrets.CYBER_DISPATCH_TOKEN }}
          repository: cyberia-to/cyberia-blog
          event-type: content-changed

Graph