From 7314b799bbd9cd0512a961077a284b307c02e2e5 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Sun, 6 Nov 2022 10:23:24 -0500 Subject: [PATCH] chore(ci): add telegram secrets to release --- .github/workflows/checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dc37f7a7..13e9a605 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -106,6 +106,9 @@ jobs: runs-on: ubuntu-latest needs: [test-integrations-and-cover] if: github.ref == 'refs/heads/main' + env: + TELEGRAM_BOT_ID: ${{ secrets.TELEGRAM_BOT_ID }} + TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }} steps: - name: Checkout repository uses: actions/checkout@v3