From 3443f61e6745dc917ab387d59dd79773a280e648 Mon Sep 17 00:00:00 2001 From: JackEblan Date: Sun, 23 Jun 2024 05:21:45 +0800 Subject: [PATCH] Test with secrets --- .github/workflows/Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 7ab3a4a5..f17aeb3a 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -21,6 +21,6 @@ jobs: - name: Send Telegram Message uses: cbrgm/telegram-github-action@v1 with: - token: ${{ env.TELEGRAM_TOKEN }} - to: ${{ env.TELEGRAM_CHAT_ID }} + token: ${{ secrets.TELEGRAM_TOKEN }} + to: ${{ secrets.TELEGRAM_CHAT_ID }} message: "New commit pushed to repository" \ No newline at end of file