From 4d5bc7d5b4abacbcd63cf83410bedc1cfc63f75d Mon Sep 17 00:00:00 2001 From: ccamel Date: Mon, 14 Oct 2024 18:38:44 +0200 Subject: [PATCH] ci(workflow): remove notify-workflow job (no longer needed) We will now use GitHub Discussions as the sole channel for release notifications and forward these to Discord if needed. --- .github/workflows/notify-release.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index be106609..3da2e219 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -5,22 +5,6 @@ on: types: [published] jobs: - notify-discord: - runs-on: ubuntu-22.04 - steps: - - name: Notify Discord - uses: fjogeleit/http-request-action@v1 - with: - url: ${{ secrets.DISCORD_WEBHOOK }} - method: "POST" - customHeaders: '{"Content-Type": "application/json"}' - data: |- - { - "avatar_url": "https://avatars.githubusercontent.com/u/98603954?v=4", - "username": "Bot Anik", - "content": "šŸšØ A new version of @${{github.repository}} ${{ github.event.release.tag_name }} has been released! šŸŽ‰\n\nšŸ‘‰ Changelog: https://github.com/${{ github.repository }}/releases/tag/${{ github.event.release.tag_name }}\nšŸ‘‰ Official repo: https://github.com/${{ github.repository }}" - } - notify-github-discussion: runs-on: ubuntu-22.04 steps: