diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8607bfd..2f40e09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,11 +43,3 @@ jobs: --accessKeySecret $ACCESS_KEY_SECRET \ --bucket docs-lusun-web \ --endpoint oss-cn-beijing.aliyuncs.com - - # 发送飞书通知 - - name: Send Feishu Notification - run: | - lusun-scripts feishu \ - --id $FEISHU_ID \ - --secret $FEISHU_SERCET \ - '{"msg_type": "text", "content": {"text": "https://docs.lusun.com/tcq/ 发布完成"}}'