diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e9cea8c5f29..cd41e0aee28 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -1155,6 +1155,14 @@ jobs: generate_release_notes: false add-artifact-attestation-notes: true + - name: Send dispatch to PyAEDT examples repo + uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4 + with: + token: ${{ secrets.PYAEDT_EXAMPLES_REPO_TOKEN }} + repository: ansys/pyaedt-examples + event-type: release_tag + client-payload: '{"tag": "${{ github.event.release.tag_name }}"}' + upload-release-doc: name: Upload release documentation if: github.event_name == 'push' && contains(github.ref, 'refs/tags') diff --git a/doc/changelog.d/6731.added.md b/doc/changelog.d/6731.added.md new file mode 100644 index 00000000000..20ed13c7155 --- /dev/null +++ b/doc/changelog.d/6731.added.md @@ -0,0 +1 @@ +Add GitHub Actions workflow to notify PyAEDT examples repo on release