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 }}'