Skip to content

Merge pull request #27 from MilesONerd/devin/1738533659-web-component… #22

Merge pull request #27 from MilesONerd/devin/1738533659-web-component…

Merge pull request #27 from MilesONerd/devin/1738533659-web-component… #22

Workflow file for this run

name: Notify Bot on Change
on:
push:
branches:
- master
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send repository_dispatch event to the bot repository
run: |
curl -X POST https://api.github.com/repos/closure-next/bot/dispatches \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.TOKEN_GITHUB }}" \
-d '{"event_type": "update-closure-next"}'