diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml deleted file mode 100644 index 73224b04..00000000 --- a/.github/workflows/discord.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Discord notification -run-name: Discord notification for ${{ github.ref_name }} by ${{ github.actor }} at ${{ github.ref }} - -on: deployment_status - -jobs: - notify: - name: Notify - runs-on: ubuntu-latest - steps: - - name: Post Actions Status to Discord - uses: sarisia/actions-status-discord@v1 - with: - webhook: ${{ secrets.DISCORD_WEBHOOK }}