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