metanorma/metanorma-cli

View on GitHub
.github/workflows/notify.yml

Summary

Maintainability
Test Coverage
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: notify

on:
 repository_dispatch:
   types: [ release-passed ]

jobs:
  notify:
    uses: metanorma/ci/.github/workflows/mn-processor-notify.yml@main
    secrets:
      pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}