diff --git a/.github/workflows/release_notification.yml b/.github/workflows/release_notification.yml new file mode 100644 index 0000000000..89b414359e --- /dev/null +++ b/.github/workflows/release_notification.yml @@ -0,0 +1,15 @@ +name: Release notification +on: + release: + types: + - published + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - uses: gr2m/release-notifier-action@v1 + with: + app_id: ${{ secrets.RELEASE_NOTIFIER_APP_ID }} + private_key: ${{ secrets.RELEASE_NOTIFIER_APP_PRIVATE_KEY }} + dispatch_event_type: 'release:primer/view_components'