From 51898404db0b79ffca211bf9b87f205b070df754 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Mon, 26 Jan 2026 01:29:58 +0300 Subject: [PATCH] ci: tg files upload --- .forgejo/workflows/release.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 445ee81a..e7eaf954 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -208,12 +208,10 @@ jobs: status: ${{ job.status }} notify_fields: "actor,repository,workflow,branch,commit" - name: Upload files to Telegram - uses: actions/tg-file@main + uses: ardocrat/tg-send-file-action@main with: - api-url: ${{ secrets.TELEGRAM_API_URL }} - chat-id: | - ${{ secrets.TELEGRAM_CHANNEL_ID }} - ${{ secrets.TELEGRAM_GROUP_ID }} + api_url: ${{ secrets.TELEGRAM_API_URL }} + chat_ids: ${{ secrets.TEST_ID }} body: "🎁 Release ${{ needs.version.outputs.v }} is ready!" token: ${{ secrets.TELEGRAM_BOT_TOKEN }} pin: true