Skip to content

chore: PR template comments out new AEP checklist (#262) #26

chore: PR template comments out new AEP checklist (#262)

chore: PR template comments out new AEP checklist (#262) #26

Workflow file for this run

---
name: publish_site
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
container: node:20
steps:
- name: Trigger site generator repo
uses: peter-evans/repository-dispatch@v3
with:
event-type: publish-event
repository: aep-dev/site-generator
token: ${{ secrets.GH_PAT }}