blessing-skin-server/.github/workflows/Telegram.yml
2019-12-10 18:33:52 +08:00

19 lines
336 B
YAML

name: Telegram
on:
push:
branches:
- dev
jobs:
notification:
name: Send Message
runs-on: ubuntu-latest
steps:
- name: Run bot
run: ./scripts/bot.ps1
shell: pwsh
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}