From 8b416a141ae34e1adc7955b427d47f3a790baa74 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 15 Feb 2024 01:36:20 -0800 Subject: [PATCH] Switch from Ilshidur to appleboy discord notifier action --- .gitea/workflows/deploy-to-fighter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy-to-fighter.yml b/.gitea/workflows/deploy-to-fighter.yml index 027d6f8..d5a1c88 100644 --- a/.gitea/workflows/deploy-to-fighter.yml +++ b/.gitea/workflows/deploy-to-fighter.yml @@ -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 }}'