Skip to content

alert README repo of changes on main #16

alert README repo of changes on main

alert README repo of changes on main #16

Workflow file for this run

name: alert README repo of changes on main
on:
workflow_dispatch:
# Runs on git reference deletion (branch or tag)
delete:
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Update README in deeheber/deeheber repo
run: |
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.DISPATCH_TOKEN }}" \
--request POST \
--data '{"event_type": "scrape", "client_payload": {"ref": "${{ github.ref }}"}' https://api.github.com/repos/deeheber/deeheber/dispatches