init
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 9m55s

This commit is contained in:
shanshanzhong 2025-09-27 10:52:39 -07:00
parent 30bbb33129
commit 5c43bd7a3d

View File

@ -12,8 +12,6 @@ on:
env:
# Docker镜像仓库
REPO: ${{ vars.REPO || 'registry.kxsw.us/ppanel-server' }}
TELEGRAM_BOT_TOKEN: 8114337882:AAHkEx03HSu7RxN4IHBJJEnsK9aPPzNLIk0
TELEGRAM_CHAT_ID: "-4940243803"
# SSH连接信息
SSH_HOST: ${{ vars.SSH_HOST }}
SSH_PORT: ${{ vars.SSH_PORT }}
@ -179,8 +177,8 @@ jobs:
if: success()
uses: chapvic/telegram-notify@master
with:
bot_token: ${{ env.TG_BOT_TOKEN }}
chat_id: ${{ env.TG_CHAT_ID }}
token: ${{ env.TG_BOT_TOKEN }}
chat: ${{ env.TG_CHAT_ID }}
message: |
✅ **部署成功!**
@ -198,8 +196,8 @@ jobs:
if: failure()
uses: chapvic/telegram-notify@master
with:
bot_token: ${{ env.TG_BOT_TOKEN }}
chat_id: ${{ env.TG_CHAT_ID }}
token: ${{ env.TG_BOT_TOKEN }}
chat: ${{ env.TG_CHAT_ID }}
message: |
❌ **部署失败!**