From 9c3abe369fe76726a2fe705c2ca37f31af16e221 Mon Sep 17 00:00:00 2001 From: Hieu Vu Date: Sun, 11 Aug 2024 20:02:20 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee976543..578fdea1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,6 @@ jobs: - name: send telegram message on push uses: appleboy/telegram-action@master with: - to: ${{ secrets.TEGRAM_HIEU }} + to: ${{ secrets.TEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} message: Sent from GitHub