From 6ad38d52d3df158e8bfe1acb92dd72cfcea26d26 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 1 Oct 2022 19:06:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20secret=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upload-to-tg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-to-tg.yml b/.github/workflows/upload-to-tg.yml index 3561be0..8fb315c 100644 --- a/.github/workflows/upload-to-tg.yml +++ b/.github/workflows/upload-to-tg.yml @@ -13,7 +13,7 @@ jobs: uses: nikhilbadyal/ghaction-telegram@main with: github_token: ${{ secrets.GH_TOKEN }} - telegram_api_id: $TG_API_ID + telegram_api_id: ${{ secrets.TELEGRAM_API_ID }} telegram_api_hash: ${{ secrets.TELEGRAM_API_HASH }} telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }} telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}