From 66bab7adaad7a0f3c7d5bca7b4528b7211e410c8 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Fri, 19 Jul 2024 01:39:50 +0400 Subject: [PATCH] ci: remove Discord notifications workflow --- .github/workflows/build-phar-release.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/build-phar-release.yml b/.github/workflows/build-phar-release.yml index 10b4a32..956feff 100644 --- a/.github/workflows/build-phar-release.yml +++ b/.github/workflows/build-phar-release.yml @@ -98,22 +98,3 @@ jobs: files: | ${{ env.DLOAD_PHAR }} ${{ env.DLOAD_PHAR_SIGNATURE }} - - notify-discord: - runs-on: ubuntu-latest - timeout-minutes: 4 - steps: - - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.5 - - - name: ✉️ Notify Discord about release - uses: SethCohen/github-releases-to-discord@v1.15.0 - with: - webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} - color: '2105893' - username: 'Internal DLoad release' - avatar_url: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png' - content: '||@here||' - footer_title: 'Changelog' - footer_icon_url: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png' - footer_timestamp: true