diff --git a/.github/workflows/open-rules-dispatch.yml b/.github/workflows/open-rules-dispatch.yml new file mode 100644 index 000000000..18df259a5 --- /dev/null +++ b/.github/workflows/open-rules-dispatch.yml @@ -0,0 +1,15 @@ +on: + push: + branches: [main] + +permissions: {} + +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - uses: actions/repository-dispatch@v3 + with: + token: ${{ secrets.OPEN_RULES_PAT }} + repository: cdisc-org/cdisc-open-rules + event-type: engine-updated