From edb028d6bb7637097af6445f3638c3158478f188 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:52:56 -0700 Subject: [PATCH] revert changes from #3318 --- .github/workflows/release-notification.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/release-notification.yml diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml deleted file mode 100644 index 6e4f653867f..00000000000 --- a/.github/workflows/release-notification.yml +++ /dev/null @@ -1,15 +0,0 @@ -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'