blessing-skin-server/.github/workflows/Telegram.yml
2019-12-07 15:59:00 +08:00

21 lines
394 B
YAML

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