Skip to content

Dispatch Event

Dispatch Event #3

Workflow file for this run

name: Dispatch Event
on:
push:
branches: main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT_TOKEN }}
repository: xmp3/xmp3.github.io
event-type: jekyll-build