From 8778617c4b8e89bdb8ce17ba17ffd51cd0a7d1df Mon Sep 17 00:00:00 2001 From: Amirhossein Alibakhshi Date: Tue, 6 May 2025 20:06:12 +0330 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a88d84b..5834331 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -88,4 +88,7 @@ jobs: needs.changesets.outputs.pr }} pr_body: | ${{ github.event.head_commit.message }} + secrets: + TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }} + TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}