1
0
forked from GRIN/grim

ci: fix telegram upload

This commit is contained in:
ardocrat
2026-01-26 08:30:16 +03:00
parent 97239ba0f5
commit 04417f1f53
+3 -1
View File
@@ -211,7 +211,9 @@ jobs:
uses: ardocrat/tg-send-file-action@main
with:
api_url: ${{ secrets.TELEGRAM_API_URL }}
chat_ids: ${{ secrets.TEST_ID }}
chat_ids: |
${{ secrets.TELEGRAM_GROUP_ID }}
${{ secrets.TELEGRAM_CHANNEL_ID }}
body: "🎁 Release ${{ needs.version.outputs.v }} is ready!"
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
pin: true