Skip to content

ci: send main.js to telegram #3

ci: send main.js to telegram

ci: send main.js to telegram #3

Workflow file for this run

name: release plugin
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
- name: Build
run: pnpm build
- name: send tg message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
document: main.js