chore: Remove discord notify not working (#1620)

This commit is contained in:
Rémi Marseault 2024-03-29 10:23:57 +01:00 committed by GitHub
parent 902b044259
commit 4a0c988e47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,19 +138,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: latest-release
FOLDER: ./vuetorrent
notify:
runs-on: ubuntu-latest
name: Send Notifications
needs: [push-release, upload-release]
steps:
- name: Send discord webhook
uses: SethCohen/github-releases-to-discord@v1.15.0
continue-on-error: true
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "6606506"
username: "Release Changelog"
avatar_url: "https://raw.githubusercontent.com/VueTorrent/VueTorrent/master/VueTorrent-logo.png"
footer_title: "Changelog"
footer_timestamp: true