fix notify

This commit is contained in:
pompurin404 2024-09-25 21:06:23 +08:00
parent 15b219a773
commit a22e92b1b5
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -229,10 +229,10 @@ jobs:
run: npm install -g pnpm run: npm install -g pnpm
- name: Build Latest - name: Build Latest
run: pnpm install && pnpm updater run: pnpm install && pnpm updater
# - name: Telegram Notification - name: Telegram Notification
# env: env:
# TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }} TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
# run: pnpm telegram run: pnpm telegram
- name: Publish Release - name: Publish Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:

View File

@ -15,7 +15,7 @@ for (const line of changelog.split('\n')) {
} }
} }
axios.post(`https://api.telegram.org/bot${process.env.TELEGRAM_BOT_TOKEN}/sendMessage`, { axios.post(`https://api.telegram.org/bot${process.env.TELEGRAM_BOT_TOKEN}/sendMessage`, {
chat_id: 2349280849, chat_id: '@mihomo_party_group',
text: content, text: content,
link_preview_options: { link_preview_options: {
is_disabled: false, is_disabled: false,