diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 7ab3a4a..f17aeb3 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