From cf84e3f52f4c6fb46f2fe02f6a7c47e3c5d045e2 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Tue, 23 May 2023 15:13:20 -0700 Subject: [PATCH] ci: release notification --- .github/workflows/release-notification.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/release-notification.yml diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml new file mode 100644 index 00000000000..6e4f653867f --- /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/react'