From 80d7a7ef0de83b0be19728403a84824a582a06dd Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Fri, 19 Jan 2024 21:18:50 +0100 Subject: [PATCH] .gitea/workflows/prod.yml aktualisiert --- .gitea/workflows/prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'