Skip to content

ci: add workflow to notify parent on push #1

ci: add workflow to notify parent on push

ci: add workflow to notify parent on push #1

Workflow file for this run

name: Notify Parent Repository
on:
push:
branches: [main, master]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify ecuapi
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.SUBMODULE_PAT }}
repository: EcuaByte-lat/ecuapi
event-type: submodule-update
client-payload: '{"submodule": "packages/sdk", "ref": "${{ github.sha }}"}'