Skip to content

Commit

Permalink
ci: remove Discord notifications workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jul 18, 2024
1 parent 9f560d3 commit 66bab7a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build-phar-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

- name: ✉️ Notify Discord about release
uses: SethCohen/[email protected]
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

0 comments on commit 66bab7a

Please sign in to comment.