Skip to content

fix: notify convstack #7

fix: notify convstack

fix: notify convstack #7

name: Notify ConvStack
permissions:
contents: read
on:
push:
branches: [main]
jobs:
update-submodule:
runs-on: ubuntu-latest
steps:
- name: Trigger convstack submodule update
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.CONVSTACK_PAT }}
repository: convstack/convstack
event-type: submodule-update
client-payload: '{"repo": "guidebook", "ref": "${{ github.sha }}"}'