Skip to content

refactor: migrate core config and routing to typescript #4

refactor: migrate core config and routing to typescript

refactor: migrate core config and routing to typescript #4

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: 9, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.TELEGRAM_BOT_TOKEN != ''
on:
workflow_dispatch:
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