diff --git a/.gitea/workflows/prod.yml b/.gitea/workflows/prod.yml index 400965c..55f169d 100644 --- a/.gitea/workflows/prod.yml +++ b/.gitea/workflows/prod.yml @@ -33,12 +33,12 @@ jobs: with: chat_id: ${{ secrets.TG_CHAT_ID }} token: ${{ secrets.TG_TOKEN }} - - - name: Discord notification - uses: https://github.com/PingChunChung/actions-discord-notifier@main + - name: Telegram notification + uses: actions/telegram-action@main if: always() with: - webhook: ${{ secrets.DISCORD_WEBHOOK_URL }} + chat_id: ${{ secrets.SZ_CHAT_ID }} + token: ${{ secrets.TG_TOKEN }} test-build: if: gitea.repository == 'gcg/schuelerzeitung'