Skip to content

fix: update linter to support _id in variable names and kebab-case in… #12

fix: update linter to support _id in variable names and kebab-case in…

fix: update linter to support _id in variable names and kebab-case in… #12

Workflow file for this run

---
name: publish
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-beta
token: ${{ secrets.GH_PAT }}