mirror of
https://github.com/Gloridust/WechatOnCloud.git
synced 2026-06-16 19:53:53 +08:00
New .github/workflows/telegram-notify.yml: on release published or issue opened, send a message to a Telegram group via @WechatOnCloudBot. Runs on GitHub Actions (no server). Gated on vars.TELEGRAM_CHAT_ID so unconfigured forks skip safely. Arbitrary text passed via env (no script injection), sent as plain text with --data-urlencode (no markdown parse breakage). Setup documented in doc/发布到GHCR.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>