Skip to content

fix: align release checks with sdk backend #17

fix: align release checks with sdk backend

fix: align release checks with sdk backend #17

name: Telegram Smoke

Check failure on line 1 in .github/workflows/telegram-smoke.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/telegram-smoke.yml

Invalid workflow file

(Line: 13, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.TELEGRAM_BOT_TOKEN != ''
on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
smoke:
runs-on: ubuntu-latest
if: ${{ secrets.TELEGRAM_BOT_TOKEN != '' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- name: Telegram getMe smoke check
env:
BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM_EXPECTED_USERNAME: ${{ secrets.TELEGRAM_EXPECTED_USERNAME }}
TELEGRAM_SMOKE_CHAT_ID: ${{ secrets.TELEGRAM_SMOKE_CHAT_ID }}
run: npm run telegram:smoke