Switch from Ilshidur to appleboy discord notifier action

This commit is contained in:
Joey Hafner 2024-02-15 01:36:20 -08:00
parent 31d416360f
commit 8b416a141a

View File

@ -45,9 +45,9 @@ jobs:
Notify:
runs-on: fighter
steps:
- name: Discord notifications
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
- name: Discord notification
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
args: '${{ github.repository }} deploy to fighter: ${{ job.status }}'