diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dc37f7a..13e9a60 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